Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PHP

header location in php

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