satant Posted April 29, 2007 Share Posted April 29, 2007 hi all i wanna to make on of my scripts to make auto refresh after intial time Link to comment https://forums.phpfreaks.com/topic/49174-auto-refresh-for-php-script/ Share on other sites More sharing options...
snowdog Posted April 29, 2007 Share Posted April 29, 2007 <?php header('Refresh: 5; URL=http://www.example.com'); ?> That would redirect the users browser after 5 seconds. Snowdog Link to comment https://forums.phpfreaks.com/topic/49174-auto-refresh-for-php-script/#findComment-241041 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.