>"Jay Blanchard" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
>[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

Another way is to convert the quotes to &quot; because this is the proper
character for HTML output.

Regards, Torsten Roehr

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

Reply via email to