This code is in the php file,
its for refresh hyperlink, when we click it its work with some numbers,
All want to have that i should be autoclick or auto refresh on timer. how to do it the same code with auto refresh timer.
-----------------------------------
<a href="<?php echo $_SERVER['PHP_SELF']; ?>
?k=<?php echo $this->_tpl_vars['user']['user_login_key']; ?>
&nocache=<?php echo smarty_function_math(array('equation' => 'rand(1,100000)'), $this);?>
">Refresh</a><br/>
------------------------------------
its for refresh hyperlink, when we click it its work with some numbers,
All want to have that i should be autoclick or auto refresh on timer. how to do it the same code with auto refresh timer.
-----------------------------------
<a href="<?php echo $_SERVER['PHP_SELF']; ?>
?k=<?php echo $this->_tpl_vars['user']['user_login_key']; ?>
&nocache=<?php echo smarty_function_math(array('equation' => 'rand(1,100000)'), $this);?>
">Refresh</a><br/>
------------------------------------
Comment