how do I use post variable in CLI php
Posted: Tue Mar 11, 2003 11:02 am
I have an apache with a php module and it works fine. I am also trying to make it use a the cli version of php to do the same thing. I can take a working .php file with a form (post), and when I rename it to .cgi and add a #! line for php then the $_POST never has anything in it.
I am not sure what other info I should supply, or where I should look for what is going on, so I will end this here and eagerly await a helpful reply.
I am not sure what other info I should supply, or where I should look for what is going on, so I will end this here and eagerly await a helpful reply.