Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PHP

header location php

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