Hello i will ask directly with out explaining, how can i close this echo ???
<?php
echo "<div class='date'> date("Y/m/d"); </div>";
?>
It gives me some error like Parse error: syntax error, unexpected T_STRING, expecting ',' or ';' in /home/a5834708/public_html/index.html on line 149
Thanks :)