<img src="image.php">
<html> <head> <script language="javascript" type="text/javascript"> function Start() { action = window.setInterval("Reload()",1000); } function Reload() { document.img.src = image.php;} </script> </head> <body> <img src="image.php" name=img> <script type="text/javascript">Start();</script> </body> </html>