How To Refresh automatic on PHP

, , No Comments
Assalamualaikum....

Hello everybody.....

How to refresh automatic page on PHP (page self)?

after searching on google and finally I am got it hoho... lets reading guys.......

You just copy and paste this code in your text editor. 25 is timer in second. So, if you want to refresh automatic in your browser for a few minute, just 1 X 60 = for one minute. 2 X 60 = 120 for two minute and then after what you want.
<meta http-equiv="refresh" content="25" url="<?php $_SERVER['PHP_SELF'] ?>"/>

And then how to refresh automatic on PHP (other page)?
its so easy, just copy paste again this script in your text editor. And dont forget to typing which page what u want to refresh and go to the that page.


<meta HTTP-EQUIV="Refresh" CONTENT="10;URL="link.php">

about number, its same with refresh automatic on page self also on page other. if u want to refresh for a minute just X with how much u want to refresh in second :)

0 comments:

Post a Comment