Just like you would with a regular form using XHTML... can someone give me an example of sending a POST or GET request using PHP?
Like game.php?user=Dan&lvl=43&coins=54
and then the game.php page would do it's magic with the $_GET tag and do Mysql stuff. :P
Thanks,