$row = mysql_fetch_row($result);
echo <<<_END
<pre>
<ul> <li> $row[2] <li> <ul>
</pre>
_END;
The error is:
Parse error: syntax error, unexpected '<<' (T_SL) in C:\xampp\htdocs\mobile\home.php on line 64
I dont understand what is wrong? The _END: is on the far left with no white spaces