Sending GET and POST simultaneously
Posted: Sun Apr 23, 2006 9:27 pm
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...
So I assume it's acceptable...but is it really?
Cheers
I tried this iin both IE and firefox and it's seems to work, so long as you check $_POST & $_GET directly not $_REQUEST...
So I assume it's acceptable...but is it really?
Cheers