[PHP] Executing a CGI script from a PHP script

2001-09-06 Thread Patrick Dunford
The server I am on uses a CGI script to get a count for home pages. With server side includes it is executed using the Apache "exec" SSO directive and works well. The problem with PHP is that the CGI script when executed by Apache sets a lot of environmental variables that apparently aren't se

Re: [PHP] Executing a CGI script.

2001-03-15 Thread Jack Dempsey
should probably clarify"call to anything" is kinda vague ;-) system lets you perform a command like you are on the command line... http://php.net/manual/en/function.system.php http://php.net/manual/en/function.virtual.php check out these pages for more info jack Jack Dempsey wrote: > > Bran

Re: [PHP] Executing a CGI script.

2001-03-15 Thread Jack Dempsey
Brandon Orther wrote: > > Hello, > > Is there a way to execute a CGI script while in php? > > Brandon Orther > > -- > PHP General Mailing List (http://www.php.net/) > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > To contact the list administra

[PHP] Executing a CGI script.

2001-03-15 Thread Brandon Orther
Hello, Is there a way to execute a CGI script while in php? Brandon Orther -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]