also,
hab das Error-Teil da eingefügt am anfang vom php script.
jetzt kommt:
Parse error: syntax error, unexpected T_VARIABLE in C:\xampp\htdocs\FTP\123\test.php on line 13
Die datei:
<?
error_reporting(E_ALL);
ini_set('display_errors',1)
$name = $_GET["name"];
echo "Mein Name ist ", $name;
?>
Ich versteh das nich :(