Redirect a browser via PHP

<?php
header("Location: /go/here/");
?>

source

Leave a Reply