use HTTP to send variables to php.
#3

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


Messages In This Thread
use HTTP to send variables to php. - by EviLpRo - 24.04.2012, 20:00
Re: use HTTP to send variables to php. - by AndreT - 24.04.2012, 20:04
Re: use HTTP to send variables to php. - by Vince - 24.04.2012, 20:05
Re: use HTTP to send variables to php. - by EviLpRo - 24.04.2012, 20:13
Re: use HTTP to send variables to php. - by MP2 - 24.04.2012, 21:21

Forum Jump:


Users browsing this thread: 1 Guest(s)