24.04.2012, 20:05
Yes, just use the data parameter to send variables in this format:
Код:
name=evil&foo=bar&session=123
PHP код:
$name = $_REQUEST['name'];