phpbar.de logo

Mailinglisten-Archive

[php] Probleme mit PHP als CGI

[php] Probleme mit PHP als CGI

Gerald Grote g.grote_(at)_tu-bs.de
Sun, 2 Jul 2000 23:55:43 +0200


Hi,

> 1 #!/usr/bin/php
> 2 <?php
> 3 $database =  "DB9637";
[...]
> Was mache ich falsch?

hinter dem "#!/usr/bin/php" muss unbedingt eine Leerzeile stehen (ein
Leerzeichen tuts auch, manch Editoren löschen es am Ende der Zeile aber
wieder).

Also:

1 #!/usr/bin/php
2
3 <?php
4 $database =  "DB9637";
5 ...


Gerald.



php::bar PHP Wiki   -   Listenarchive