Try this:
echo str_replace ( "\n", "<p>", $string);

I believe it always stores newlines as \n, since PHP and MySQL are
native to Unix/Linux.
-- 
  Marcjon

-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to