Sending parametres into php.exe using method POST
Posted: Tue Aug 26, 2008 4:13 am
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".
Using GET method:
php.exe -f test.php "&x=1&y=2".