12-09-2011, 02:48 AM
OK, sorry i'm not the PHP coder, just tried it. There was no error message, therefore i think i missed something.
The page will be displayed and no error is shown up.
Code:
<?php
include("Log.php");
?>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>Unbenanntes Dokument</title>
</head>
<body>
Test
</body>
</html>
The page will be displayed and no error is shown up.