Page 1 of 1

Sending parametres into php.exe using method POST

Posted: Tue Aug 26, 2008 4:13 am
by DkCocto
How to send a parametres into php.exe (using the console), using method POST??

Using GET method:
php.exe -f test.php "&x=1&y=2".

Re: Sending parametres into php.exe using method POST

Posted: Tue Aug 26, 2008 10:29 am
by pkbruker
Check out the $argv variable.