Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PHP

php header location

<?php
// This will just redirect you to example.com
header("Location: https://example.com");  
?>
 
PREVIOUS NEXT
Tagged: #php #header #location
ADD COMMENT
Topic
Name
6+2 =