Re: [PHP] removing slashes from template file

2001-04-12 Thread Chris Adams
On Thu, Apr 12, 2001 at 09:01:22PM -0700, Franklin Hays wrote: > > Chris, > > This is correct. The provider has the following: > > magic_quotes_gpc ON ON > magic_quotes_runtime ON ON > magic_quotes_sybase OFF OFF > > and I have: > > magic_quotes_gpcON ON >

Re: [PHP] removing slashes from template file

2001-04-12 Thread Franklin Hays
/function.set-magic-quotes-runtime.php Thanks Chris!! //frank On Thu, 12 Apr 2001, Franklin Hays wrote: |Date: Thu, 12 Apr 2001 20:15:32 -0700 (PDT) |From: Franklin Hays <[EMAIL PROTECTED]> |To: [EMAIL PROTECTED] |Subject: [PHP] removing slashes from template file | |Asked this earli

Re: [PHP] removing slashes from template file

2001-04-12 Thread Plutarck
http://us.php.net/manual/en/function.set-magic-quotes-runtime.php Someone should make the manual search a little better...it couldn't find a search for "magic" ;( -- Plutarck Should be working on something... ...but forgot what it was. "Franklin Hays" <[EMAIL PROTECTED]> wrote in message [EM

Re: [PHP] removing slashes from template file

2001-04-12 Thread Franklin Hays
Chris, This is correct. The provider has the following: magic_quotes_gpcON ON magic_quotes_runtimeON ON magic_quotes_sybase OFF OFF and I have: magic_quotes_gpcON ON magic_quotes_runtimeOFF OFF magic_quotes_sybase OFF OFF Is there a

Re: [PHP] removing slashes from template file

2001-04-12 Thread Chris Adams
On 12 Apr 2001 19:20:44 -0700, Franklin Hays <[EMAIL PROTECTED]> wrote: >Any ideas? I have tried using stripslashes() in the 'script' above but get >errors. Is there something unique to the php cgi I am missing? Something >else? Check your magic quotes settings on both systems using phpinfo(). I

[PHP] removing slashes from template file

2001-04-12 Thread Franklin Hays
Asked this earlier but didn't get a response, may have been lost in the volume or I need to clarify things. If the latter please let me know. Some help is greatly appreciated as I am stuck. Experiencing a frustrating problem on this end with slashes being added to my template files. Here are t