RE: [PHP-WIN] (Q) CGI over Apache shebang echo

2001-03-16 Thread Robin Bolton
You don't need to put the shebang line in your script. Just enclose your code with: > -Original Message- > From: Wayne Smith [mailto:[EMAIL PROTECTED]] > Sent: March 16, 2001 12:42 PM > To: [EMAIL PROTECTED] > Subject: [PHP-WIN] (Q) CGI over Apache shebang e

[PHP-WIN] (Q) CGI over Apache shebang echo

2001-03-16 Thread Wayne Smith
All, I apologize for the newbie question. I am running PHP 4.0.4p1 over Apache 1.3.14 over Windows 2000 via CGI. PHP scripts run fine, but I get the first line (i.e., the "shebang" line), "#!d:/php/php" echo'ed to the browser upon each execution. Is this fundamentally an Apache issue or a PHP i