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".
Sending parametres into php.exe using method POST
Moderator: General Moderators
Re: Sending parametres into php.exe using method POST
Check out the $argv variable.