[snip]
OK, put stripslashes back in and show the echo'd out put again.

-------------

  $text = urlencode(stripslashes(nl2br($text)));
  print $text;

[/snip]

I didn't see anything right off of the bat. You may want to output the
text both ways and then compare them using
http://us3.php.net/manual/en/function.strcmp.php


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

Reply via email to