Hi everyone,
In my script I use $_GET['something']; This works fine on my server running apache (php version 4.6.3) but results in an error on a windows IIS-5 server (same php version)
I get this error:
Notice: Undefined index: page in .....
I heard it could have something to do with globals but I'm not sure. I tried changing globals on and off in php.ini, same problem.
Does anyone know what the problem might be? Any help would be very much appreciated. Thanks!