Re: [PHP] running stand-alone php

2001-08-07 Thread miguel valero
Mike, I running the scrip from the browser (http://localhost/cgi-bin/test.html) When I comment the first line in the script (#-#!c:\php\php.exe) I get the following error message: Tue Aug 07 09:56:13 2001] [error] [client 127.0.0.1] c:/program files/apache group/apache/cgi-bin/test.php is n

Re: [PHP] running stand-alone php

2001-08-06 Thread mike cullerton
i'm not sure i understand how you are running this... if it is a file you are running at the command line, try "-q" after the php.exe statement. if this is a web page, comment that line out. hope this helps, mike on 8/6/01 1:16 PM, miguel valero at [EMAIL PROTECTED] wrote: > When I run the fo

[PHP] running stand-alone php

2001-08-06 Thread miguel valero
When I run the following script under an stand-alone php 4.0.6 and Apache 1.3 (Win95/98), the path to PHP (#!c:\php\php.exe) will show up on the first line of the browser output. #!c:\php\php.exe Is there a way to fix this? How can I get rid of the pat