php3-list | 199908

[PHP3] PHP escaping text I don't want escaped. From: Chris Cosentino (cosentino <email protected>)
Date: 08/31/99

I'm having a problem with PHP escaping double quotes I put in a HTML form
text box.

The page has a text box where you enter some HTML markup for some job
listings that get saved to a file. This file is displayed when a user looks
for job listings on the website.

After I make some changes to the file using the FORM and submit it, PHP
escapes some of the markup.

For example if I enter into the textbox <font face="verdana"
size="2">WORDS...</font> then hit SUBMIT and check the file

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
in php.ini?

-- 
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>