I have this function:
if ($files_count == 0) {
?>
<img src="img/upload.gif">
<?php
}
And I needed this refreshed every 5 seconds without giving refresh on the page. I have already tried several AJAX functions and I can not. How do I resolve this?