ripehostess54
Redstoneengineer
Ich bekomme bei folgendem Code einen Syntax fehler
Kann mir aber nicht erklärun warum.
Jemand nen Plan warum?
#Update
Ganzen Code hinzugefügt xd
Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="de">
<head>
<title>Kommt in einen späteren Beitrag</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
</head>
<body>
<?PHP
include("system/dbconnect.php");
include("system/settings.php");
include("system/classes/skincontroller.php");
include("system/filterfilename.php");
include("content/articles/".$_GET['include']);
include(SkinController::getCurrentSkinPath()."/test.php");
?>
</body>
</html>
Jemand nen Plan warum?
#Update
Ganzen Code hinzugefügt xd
Zuletzt bearbeitet: