advanced code snippet search
kreatific on 06/29/11
php header redirect
06/29/11 10:05am06/29/11 10:03am
1 person have marked this snippet as a favorite
guillermoj88gmailcom
// Redirectheader( "refresh:5;url=index.php" ); // Custom Redirectecho '<div id="message_redirect">' . 'You\'ll be redirected in about 5 secs. If not, please <a href="index.php">click here</a>.'. '</div>';
Report this snippet Tweet
Comment:
You need to login to post a comment.