Sending parametres into php.exe using method POST

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
DkCocto
Forum Newbie
Posts: 1
Joined: Tue Aug 26, 2008 4:11 am

Sending parametres into php.exe using method POST

Post 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".
pkbruker
Forum Commoner
Posts: 32
Joined: Sun Aug 03, 2008 9:36 am
Location: Oslo, Norway

Re: Sending parametres into php.exe using method POST

Post by pkbruker »

Check out the $argv variable.
Post Reply