Home
My Faqts
Contributors
About
Help
Knowledge Base Contributions
Below is a list of the
knowledge base
entries that
Emmanuel Lebreton
has contributed to:
I install PHP as CGI and my first line in my php file is #!/path/to/php. My problem is that, this line is shown in the upper left corner on the screen
Php as CGI with #!/path/to/php
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