Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PHP

PHP code to redirect a user from a page to an alternate destination

<?php
header("Location: http://www.example.com/another-page.php");
exit();
?>
Source by softhunt.net #
 
PREVIOUS NEXT
Tagged: #PHP #code #redirect #user #page #alternate #destination
ADD COMMENT
Topic
Name
4+6 =