CorfuVBProgrammer Posted March 15, 2007 Share Posted March 15, 2007 I wonder if it posible to reload a web page using php ? ? ? No javascript or something similar. Only PHP Thanks a lot . . . Link to comment https://forums.phpfreaks.com/topic/42838-redirection-reload/ Share on other sites More sharing options...
Orio Posted March 15, 2007 Share Posted March 15, 2007 header("Refresh: 3; url=".basename($_SERVER['PHP_SELF'])); Will refresh the page every 3 seconds. EDIT- I think this will work too: header("Refresh: 3;"); Orio. Link to comment https://forums.phpfreaks.com/topic/42838-redirection-reload/#findComment-207952 Share on other sites More sharing options...
CorfuVBProgrammer Posted March 15, 2007 Author Share Posted March 15, 2007 Cool . . . Thansk a lot . . . Link to comment https://forums.phpfreaks.com/topic/42838-redirection-reload/#findComment-207953 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.