13

I always use this quick redirect function on my projects:

function go($location){
header("location: ".$location);
}

Comments
Add Comment