gbot on 03/09/08
Last Edited at 03/09/08 09:33am
function redirect($url,$permanent = false){ if($permanent) { header('HTTP/1.1 301 Moved Permanently'); } header('Location: '.$url); exit();}
Report this snippet Tweet
Comment:
You need to login to post a comment.