[PHP] php script running as a cgi

2006-01-16 Thread zedleon
I am running a php script as a cgi so to be able to run under my user name. The script seems to be working except for one major problem. the cgi script is not finding the variables passed by the html form... Any suggestions on how to make this work? Any help is greatly appreciated - zed

Re: [PHP] php script running as a cgi

2006-01-16 Thread David Grant
Hi, zedleon wrote: I am running a php script as a cgi so to be able to run under my user name. The script seems to be working except for one major problem. the cgi script is not finding the variables passed by the html form... How are you attempting to access them? David -- David Grant

RE: [PHP] php script running as a cgi

2006-01-16 Thread Weber Sites LTD
://toolbar.weberdev.com -Original Message- From: zedleon [mailto:[EMAIL PROTECTED] Sent: Monday, January 16, 2006 5:33 PM To: php-general@lists.php.net Subject: [PHP] php script running as a cgi I am running a php script as a cgi so to be able to run under my user name. The script seems

Re: [PHP] php script running as a cgi

2006-01-16 Thread John Nichel
Weber Sites LTD wrote: When running scripts in CGI mode you do not run them via your web server. Why do you expect to find variables that come from the web? I must be missing something. You are. I think you're confusing CGI with CLI. -- John C. Nichel IV Programmer/System Admin (ÜberGeek)