RE: [PHP] Char Problem

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

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 Philip Olson
- Original 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 php will automatically escape quotes for yo

RE: [PHP] Char Problem

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

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: form action="self.html" enctype="text/plain" textarea name="text" cols="80"