gordon.c Posted March 16, 2008 Share Posted March 16, 2008 Hi Is there a way how to refresh a page via PHP so current cookies and pages up to date apply... Thank you Link to comment https://forums.phpfreaks.com/topic/96369-refresh-in-php/ Share on other sites More sharing options...
lordfrikk Posted March 16, 2008 Share Posted March 16, 2008 You can redirect to current page, which is the same as reload then: <?php header("location: " . $_SERVER['PHP_SELF']); ?> Link to comment https://forums.phpfreaks.com/topic/96369-refresh-in-php/#findComment-493260 Share on other sites More sharing options...
gordon.c Posted March 17, 2008 Author Share Posted March 17, 2008 Ok thx will try that Link to comment https://forums.phpfreaks.com/topic/96369-refresh-in-php/#findComment-494267 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.