Hallo, ich habe ein kleines Problem mit einem Php code:
Als Fehler kommt:
Parse error: syntax error, unexpected T_STRING, expecting ',' or ';' in /users/x/www/User/myprofil/ausgabe.php on line 6
Leider weiß ich nicht agnz, was der Fehler ist. Kann mir einer helfen?
PHP-Code:
<?php
$username =$_GET['username'];
if (is_dir($username)); {
echo "<iframe src='http://x.bplaced.net/User/myprofil/$username/zahl.txt' style='border:0px #FFFFFF none;' name='testen' scrolling='no' frameborder='0' align=aus marginheight='0px' marginwidth='0px' height='14' width='20'></iframe>"; } else {
$neuer = strtolower($username);
echo "<iframe src='http://x.bplaced.net/User/myprofil/$neuer/zahl.txt' style='border:0px #FFFFFF none;' name='testen' scrolling='no' frameborder='0' align=aus marginheight='0px' marginwidth='0px' height='14' width='20'></iframe>";
}
?>
Parse error: syntax error, unexpected T_STRING, expecting ',' or ';' in /users/x/www/User/myprofil/ausgabe.php on line 6
Leider weiß ich nicht agnz, was der Fehler ist. Kann mir einer helfen?
Kommentar