Hello everyone, I recently installed php5 onto my windows IIS. Previous I had php running on Apache. I coded a page (testing purposes) but now I get errors. the page can be viewed on a remote server (without the errors) http://seabird.jmtech.ca Locally I receive these errors: Undefined index: section in C:\Inetpub\wwwroot\Seabird-local\includes\submenu.php on line 3 if($_GET['section']=='') etc. It used to be that I could use a section == '' is it new to php5 that I cannot? and I also used to be able to use $_GET[section] and now I have to use $_GET['section'] did I overlook anything configuring my php.ini or is this due to my new enviroment? Thank you for helping -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php