<div class="mytabelement">
<?php
if($newstatus[0]['users']['status'] == 'complete'){
echo $this -> Form -> postLink(__('update'), array(
'controller'=>'orders','action' => 'user_satus','admin'=>false), array(
'class' => 'uiBtn uiBtnBlue','id'=>'runloGc','title' => 'Run Logic'),
__('Are you sure you want update user?'));
<?php } ?>
</div>
Above is my element data which come on everypage of my site, i just need to refresh this element every 2 minuts, without refreshing the page..? is it possible please help..!!