I am using following code for a refreshing page, it is not reloading on completion. The following code is not working sometime.
$page = $_SERVER[\'PHP_SELF
you can use
<meta http-equiv="refresh" content="10" >
just add it after the head tags
where 10 is the time your page will refresh itself
Maybe use this code,
<meta http-equiv="refresh" content = "30" />
take it be easy