Reply to Passing $_POST variables to command line php
Posted by Infiliset on 05/16/06 21:04
Hi all! I'm trying to test some php script using the command line php.exe.
Is there any way to pass the $_POST variables? I know how to pass the $_GET
variables, but I don't know how to do this for the $_POST ones. Thank you
all!