Re: [PHP-DEV] avoiding \ before a quote in a string From: Rasmus Lerdorf (rasmus <email protected>)
Date: 11/27/00

Turn off the magic_quotes option in your php.ini file

On Mon, 27 Nov 2000, Matrix 01 wrote:

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

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