<?php
header("Location: /go/here/");
?>
Redirect a browser via PHP
Leave a Reply
You must be logged in to post a comment.
<?php
header("Location: /go/here/");
?>
You must be logged in to post a comment.