advanced code snippet search
sebikovacs on 07/06/10
redirect to
07/06/10 03:58pm
function redirect_to($location=NULL){ if ($location!=NULL){ header("Location:{$location}"); exit; } }
Report this snippet Tweet
Comment:
You need to login to post a comment.