i have been searching for an answer to this but i couldnt find anything usefull for me. I have a very simple html-php that throws an error here is the code from index.php
<!DOCTYPE>
<html>
<head>
<title>
title
</title>
</head>
<body>
<p>html</p>
<?php
echo "php";
?>
</body>
</html>
Now for some reason this simple code gives two errors: Waing: Unexpected character in input: '' (ASCII=92) state=1 in /home/a1425384/public_html/index.php on line 11
Parse error: syntax error, unexpected $end in /home/a1425384/public_html/index.php on line 14 My page is hosted on 000webhosts and the supported php version is 5.2
