[PHP] Problem with header redirect with register_globals off

2002-11-12 Thread pig pig
Hi All, I am having problem with redirecting using header function with register_globals off. It works fine on my PC but not on the site as the register_globals is off on the server. When redirecting on the server it gave an CGI error: CGI Error The specified CGI application misbehaved by not

Re: [PHP] Problem with header redirect with register_globals off

2002-11-12 Thread Marco Tabini
Can you post some code? Marco -- php|architect - The magazine for PHP Professionals The first monthly worldwide magazine dedicated to PHP programmers Check us out on the web at http://www.phparch.com On Tue, 2002-11-12 at 08:52, pig pig wrote: Hi All, I am having problem with

RE: [PHP] Problem with header redirect with register_globals off

2002-11-12 Thread David Russell
To: [EMAIL PROTECTED] Subject: [PHP] Problem with header redirect with register_globals off Hi All, I am having problem with redirecting using header function with register_globals off. It works fine on my PC but not on the site as the register_globals is off on the server. When redirecting