also, ich weiss net ob die php-anweisung/einbindung falsch ist (sollte eigentlich net)
oder ob xampp falsch konfiguriert is...
hier mein "code":
Code:
<
html>
<head>
<title>Php-Test</title>
</head>
<body>
blub
<?php
print "hallo";
?>
</body>
</
html>
das blub wird angezeigt, das hallo net
nach meinem wissen muss man bei xampp in %xampp%/apache/conf/httpd.conf diesen eintrag verändern:
#
# This should be changed to whatever you set DocumentRoot to.
#
<Directory "E:\Php">
meine datei liegt in einem unterpfad von E:\Php
hat einer noch ne idee worans leigen könnte?