[PHP] how to execute PHP in CGI?

2001-09-13 Thread Gershon

Hello All!!
how to execute PHP in CGI?

Thank You.




-- 
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]




RE: [PHP] how to execute PHP in CGI?

2001-09-13 Thread Tom Hodder

#!/usr/bin/php


print test;
// More code here etc etc 








-Original Message-
From: Gershon [mailto:[EMAIL PROTECTED]]
Sent: 13 September 2001 14:11
To: [EMAIL PROTECTED]
Subject: [PHP] how to execute PHP in CGI?


Hello All!!
how to execute PHP in CGI?

Thank You.




-- 
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]



-- 
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]