faqts : Computers : Programming : Languages : PHP : Installation and Setup : PHP4

+ Search
Add Entry AlertManage Folder Edit Entry Add page to http://del.icio.us/
Did You Find This Entry Useful?

20 of 62 people (32%) answered Yes
Recently 4 of 10 people (40%) answered Yes

Entry

The #!/usr/bin/php line + php output is appearing in my browser when I view a php page. Win2K/Apache1.3.14/php4.0.4
My php is only #!/Path/to/php <? echo("Hello World") ?> is there a problem in this file to show the

Jan 18th, 2001 15:01
Michael Keeley, Emmanuel Lebreton,


Ah... whenever there is an error during php execution, the shebang (#!) 
line is output at the top. Guess that's to let you know the executable 
path...
No errors = no line.