How would I grab the query string from dir/?stuff instead of having dir/index.php?stuff
Take a look at the predefined variable $HTTP_SERVER_VARS['QUERY_STRING'] or $_SERVER['QUERY_STRING']
Diego
It will only return a value if I have index.php not just the dir with those! 🙁 Is there any other way?