RE: [PHP] how to escape '\'
From: Bronislav klučka (Bronislav.Klucka_at_pro2-soft.com)
Date: 11/29/03
- Next message: - Edwin -: "Re: [PHP] DAMN"
- Previous message: Leif K-Brooks: "Re: [PHP] how to escape '\'"
- In reply to: Manisha Sathe: "how to escape '\'"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
To: "PHP Konference" <php-general@lists.php.net>, "Manisha Sathe" <manisha@starhub.net.sg> Date: Sat, 29 Nov 2003 07:10:48 +0100
try "stripslashes()"
Brona
> -----Original Message-----
> From: Manisha Sathe [mailto:manisha@starhub.net.sg]
> Sent: Saturday, November 29, 2003 7:03 AM
> To: php-general@lists.php.net
> Subject: [PHP] how to escape '\'
>
>
> I have magic_quotes_gpc ON
>
> 'Here's is' - this comes out after HTTP post as
>
> 'Here\'s is'
>
> But i want to get back the original string as it is - how to change ?
>
> manisha
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
- Next message: - Edwin -: "Re: [PHP] DAMN"
- Previous message: Leif K-Brooks: "Re: [PHP] how to escape '\'"
- In reply to: Manisha Sathe: "how to escape '\'"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]