RE: [PHP-INSTALL] template problems

2003-09-18 Thread Careers @ Calian
please remove [EMAIL PROTECTED] from your address book. -Original Message- From: Simon [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 17, 2003 3:57 PM To: [EMAIL PROTECTED] Subject: Re: [PHP-INSTALL] template problems the code works fine. It doesnt need $_GET['page']

Re: [PHP-INSTALL] template problems

2003-09-17 Thread Simon
the code works fine. It doesnt need $_GET['page'] statement. registerglobals is turned off on the rented server and was on with the localhost. But still no difference.

Re: [PHP-INSTALL] template problems

2003-09-17 Thread Martin Östlund
hi. Could it be that on your rented server, register globals is set to On, and on your local its set to off, and the code doesnt have a $page = $_GET['page'] statement? just my 2 cents.. -martin On Wed, 17 Sep 2003, Simon wrote: > hi, > > I've got this problem when using templates on my localh