At 20:45 7/4/2001 +0200, you wrote:
>Hello... I have a problem with some special chars I created some kind of
>editor for text files but chars like " get a \ in front everytime you
>send it here is my code:
>
>
>
>
>
>
>
>
>If you just enter " and click send you see what my problem is.
001 3:23 PM
To: Mon Akira
Cc: Jack Dempsey; PHP General List
Subject: RE: [PHP] Char Problem
> On my server I cant change anything on the php.ini is there any way
how
> to solve this problem in the code?
No. This setting cannot be set within the script but can be with .htaccess
with
nal Message -
> From: ""Jack Dempsey"" <[EMAIL PROTECTED]>
> Newsgroups: php.general
> Sent: Saturday, April 07, 2001 8:48 PM
> Subject: RE: [PHP] Char Problem
>
>
> > look in your php.ini for the setting of magic_quotes
> > if on, then ph
look here
http://www.php.net/manual/en/function.set-magic-quotes-runtime.php
-jack
-Original Message-
From: Mon Akira [mailto:[EMAIL PROTECTED]]
Sent: Saturday, April 07, 2001 3:03 PM
To: "Jack Dempsey"
Subject: Re: [PHP] Char Problem
On my server I cant change anything on t
look in your php.ini for the setting of magic_quotes
if on, then php will automatically escape quotes for you once you've
submitted data...you can turn it off, and then addslashes right before you
enter your info into a database, or leave it on and stripslashes where
appropriate.
-jack
-
5 matches
Mail list logo