Hi nochmals
Zu deiner Überschrift: PHP wird nicht im Browser ausgeführt, sondern (wenn alles korrekt installiert und konfiguriert ist) vom _Webserver_!
Ooops, natürlich hast Du recht.
Üblicherweise benötigt man dafür solche Zeilen (für Apache) in der httpd.conf:
AddType application/x-httpd-php .php
AddType application/x-httpd-php .php3
AddType application/x-httpd-php .php4
AddType application/x-httpd-php-source .phps
Hatte ich schon vorher drin. Aber an de liegts nicht.
Ich hab mal ein ganz kleines Script geschrieben:
<?php
echo "das ist ein Test"
Ausgabe in Netscape: Genau der quelltext!
Ausgabe von >php test.php
X-Powered-By: PHP/4.0.4pl1
Content-type: text/html
Das ist ein test
Ausgabe von ./test.pl
./test.php: ?php: No such file or directory
Das ist ein test
Irgendwie hab ich das Gefühl, dass es doch nicht am Webserver liegt... Vielleicht hab ich da allgemein im Server was verbockt...
Danke für Deine Hilfe bis jetzt und nochmals Grüsse