alen Posted January 15, 2007 Share Posted January 15, 2007 How can I make a php page redirect to another website after.. let's say 3 seconds?Best regardsalen Link to comment https://forums.phpfreaks.com/topic/34341-php-redirect/ Share on other sites More sharing options...
trq Posted January 15, 2007 Share Posted January 15, 2007 You cant. You'll need to use Javascript if you want it to happen after a specific time. Link to comment https://forums.phpfreaks.com/topic/34341-php-redirect/#findComment-161556 Share on other sites More sharing options...
Zoud Posted January 15, 2007 Share Posted January 15, 2007 You can even use HTML.[code]<meta http-equiv="refresh" content="3;url('http://www.example.com/')">[/code] Link to comment https://forums.phpfreaks.com/topic/34341-php-redirect/#findComment-161558 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.