cyfer65 Posted June 25, 2009 Report Share Posted June 25, 2009 how can i make my PHP page check if a value is set for the $_SERVER['QUERY_STRING'] and if a URL is there then do something with it, but if nothing is set after the ? in the URL string then have it do nothing..how can i accomplish this..?? Link to comment Share on other sites More sharing options...
justsomeguy Posted June 25, 2009 Report Share Posted June 25, 2009 if ($_SERVER['QUERY_STRING'] != ''){ ...} Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now