[PHP-DEV] avoiding \ before a quote in a string From: Matrix 01 (thematrix01 <email protected>)
Date: 11/27/00

If I read the following into a string:

<TEXTBOX LABEL="NAME" SIZE="24" NAME="Name"/>

It automatically puts \ before all the quotes when I output it to a file:

<TEXTBOX LABEL=\"NAME\" SIZE=\"24\" NAME=\"Name\"/>

Is there any way of stopping it from puting the \ in front of the quotes

Thanks,

-----------------------------------------------
FREE! The World's Best Email Address  <email protected>
Reserve your name now at http://www.email.com

-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: php-dev-unsubscribe <email protected>
For additional commands, e-mail: php-dev-help <email protected>
To contact the list administrators, e-mail: php-list-admin <email protected>