Re: [PHP] Char Problem

2001-04-07 Thread Christian Dechery
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.

RE: [PHP] Char Problem

2001-04-07 Thread Jack Dempsey
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

RE: [PHP] Char Problem

2001-04-07 Thread Philip Olson
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

RE: [PHP] Char Problem

2001-04-07 Thread Jack Dempsey
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

RE: [PHP] Char Problem

2001-04-07 Thread Jack Dempsey
-jack -Original Message- From: Mon Akira [mailto:[EMAIL PROTECTED]] Sent: Saturday, April 07, 2001 2:45 PM To: [EMAIL PROTECTED] Subject: [PHP] Char Problem Hello... I have a problem with some special chars I created some kind of editor for text files but chars like " get a

[PHP] Char Problem

2001-04-07 Thread Mon Akira
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 does someone have a idea how to fix this???