Re: [PHP] PHP Skinning Problem

2002-05-19 Thread Justin French
Not sure about the query string thing... what version are you running? If you have register_globals Off in your php.ini (as discussed MANY times on this list), $skin won't be set... it'll be $_SESSION['skin']. Simple changes: Justin French Indent.com.au on 20/05/02 9:08 AM, Darren Edwards

[PHP] PHP Skinning Problem

2002-05-19 Thread Darren Edwards
Can some one please tell me why this PHP command brings back an Undefined variable: QUERY_STRING on line 1. The script is below, by the way it is PHP on windows not unix. Also can some one please tell me why this is bringing back a problem on a windows server. -- PHP General Mailing Li