Date: 11/27/00
- Next message: php4 <email protected>: "RE: [PHP-DEV] New Site"
- Previous message: Matrix 01: "[PHP-DEV] avoiding \ before a quote in a string"
- In reply to: Matrix 01: "[PHP-DEV] avoiding \ before a quote in a string"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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>
- Next message: php4 <email protected>: "RE: [PHP-DEV] New Site"
- Previous message: Matrix 01: "[PHP-DEV] avoiding \ before a quote in a string"
- In reply to: Matrix 01: "[PHP-DEV] avoiding \ before a quote in a string"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

