image cannot display

huda89
10:19:12
why the image cannot display?below is my code </br>


if ($currenttime >= $goaltime)
{echo "<b>Goal has been reached!</b>";
echo "<div align=center><img src=\"images/1.jpg\" ></div>"; }
smo1234
10-19-2012
The message Goal has been reached! must be displaying ?, if this is displaying there is no reason why image should not display. Check the URL of the image. You should get one blank image picture in your browser if Image location is not correct.
huda89
10-21-2012
i got it,the URL of the image location is wrong. Thank you :)
Please Login to post your reply or start a new topic