![]() Join Up! 96819 members and counting! |
|
|||
php3-list | 199908
Date: 08/31/99
I'm having a problem with PHP escaping double quotes I put in a HTML form
The page has a text box where you enter some HTML markup for some job
After I make some changes to the file using the FORM and submit it, PHP
For example if I enter into the textbox <font face="verdana"
PHP has done this:
<font face=\"verdana\" size=\"2\">WORDS...</font>
I use fopen, etc to open and save to the file.
Is there a way to turn this off for only the instance of this page, and not
-- PHP 3 Mailing List <http://www.php.net/> To unsubscribe, send an empty message to php3-unsubscribe <email protected> To subscribe to the digest, e-mail: php3-digest-subscribe <email protected> To search the mailing list archive, go to: http://www.php.net/mailsearch.php3 To contact the list administrators, e-mail: php-list-admin <email protected>
|