View Single Post
  #10  
Old 5th August 2013, 05:04
fireknight's Avatar
fireknight fireknight is offline
Administrator
 
Join Date: Aug 2010
Australia
Posts: 173
Default
If it is showing a broken image.
It means it cannot find the image, or the image does not exist.

You say you have renamed the image to - countdown.png
You have placed the image in your pic folder, in your root directory.
So the path to the image must be wrong, or just slightly of.

Code:
$imgname = "pic/countdown.png";
Check and see how other images paths are coded.
Reply With Quote