PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
I just switched servers and im finding that I HAVE to use $_GET for query string parameters, is there a setting or something I can change so this is not required? I'm also using variables appended to the url inside a XMLHTTPRequest object and no matter what I try I cannot get those values on the page being requested, everything worked perfect on my previous server...