toddbailey
Vendor
I'm running apache 1.3.20 under win nt 4 server and php 4.05
When I write a cgi-script, I have to include a shebang line that reads #!e:\php\php.exe then followed by <?php
then actual code etc, As expected.
My problem is when the script executes (via ie 5) the first line of the output includes #!e:\php\php.exe
if I remove the line, the script errors.
Is this a apache conf issue, a php ini issue, code or what?
How do I hide or remove it from the browser window ?
tia
Todd B
When I write a cgi-script, I have to include a shebang line that reads #!e:\php\php.exe then followed by <?php
then actual code etc, As expected.
My problem is when the script executes (via ie 5) the first line of the output includes #!e:\php\php.exe
if I remove the line, the script errors.
Is this a apache conf issue, a php ini issue, code or what?
How do I hide or remove it from the browser window ?
tia
Todd B