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 know it's not standard practice or anyting, but say I have a FORM which submits via POST but in it's action attribute I also specify a query string with variables set using GET...
I tried this iin both IE and firefox and it's seems to work, so long as you check $_POST & $_GET directly not $_REQUEST...