adam291086 Posted October 1, 2007 Share Posted October 1, 2007 I have an online gallery finally working, thanks to you guys. Once the user has uploaded an image they get a screen saying '' upload sucessful'' Then they have to click on a link to go back to the main menu. I want this to happen automatically after 5seconds. How do i do this. I am new to this so an example will be appreciated. Or is their a tutorial i can use. Thanks Guys once again Link to comment https://forums.phpfreaks.com/topic/71354-solved-question/ Share on other sites More sharing options...
Orio Posted October 1, 2007 Share Posted October 1, 2007 Very simple (put it between <head></head>) <?php echo '<META http-equiv=REFRESH content="5;URL=http://www.your-domain.com/">'; ?> Orio. Link to comment https://forums.phpfreaks.com/topic/71354-solved-question/#findComment-359016 Share on other sites More sharing options...
adam291086 Posted October 1, 2007 Author Share Posted October 1, 2007 Thanks Link to comment https://forums.phpfreaks.com/topic/71354-solved-question/#findComment-359029 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.