Manzimes
0
Q:

php refresh

header("Refresh:0");
10
//refreshes your current page
header("Refresh:0");

//refreshes your current page after 5 seconds
header("Refresh:5");

//If you need to redirect it to another page
header("Refresh:0; url=page2.php");
2
//If refreshes your current page
header("Refresh:0");

//If you need to redirect it to another page
header("Refresh:0; url=page2.php");
3

New to Communities?

Join the community