When trying to get $_SERVER["QUERY_STRING"] I am getting 'Undefined index QUERY_STRING' error
If there is a query string, e.g. www.site.com/index.php?hello_world then it IS defined. So it seems that PHP is complaining about undefined variables, rather than just outputting nothing. How can I fix this? I've had no problems until i reinstalled php today... Cheers, Miles