redarrow Posted August 6, 2006 Share Posted August 6, 2006 how can i get this to work please.[code]<?phpheader("refresh: 2, url=see.php");?>[/code] Link to comment https://forums.phpfreaks.com/topic/16693-header-refresh-url-help-cheers/ Share on other sites More sharing options...
Orio Posted August 6, 2006 Share Posted August 6, 2006 It should be:[code]<?phpheader("refresh: 2; url=see.php");?>[/code]With a semicolon after the seconds, not a comma :)Orio. Link to comment https://forums.phpfreaks.com/topic/16693-header-refresh-url-help-cheers/#findComment-70095 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.