I'm trying to set the src
of an image to a value in a database but it doesnt seem to be working.. here's the lines in question,
<?php
echo " $date<br/>"?>
<img src="<?phpecho $image;?>"/><br/>
<?php echo"$text
";
?>
and the error:
Parse error: syntax error, unexpected T_VARIABLE in /home/a6349675/public_html/Blog.php on line 54