DekGenius.com
Home
(current)
Dictionary
BOOKS
LYRICS
CHORD
SCRIPT & CODE EXAMPLE
Karaoke language
Search
Go
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
COMMENT
Name
2+8 =
Submit