[snip]
I have data with "something" in it and when I pull that data and dump it
into an HTML form I am losing everything that is after the first " .
Has anyone encountered this before, and have a way to patch it?
[/snip]

Yes, we have all encountered it. You need to escape the " character and
other characters as well. Start here

http://www.php.net/addslashes

The manual is your friend

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

Reply via email to