I want to send some variables to page via and query string (I think that is what they are called when the variables are in the URL). This is the string:
classes.php?delete=1&classID=4
However I can't access them in the next page with ether $GLOBALS["classID"] or $classID. Is there some other way I need to access them?
Thanks!