Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PHP

php header not working

<?php
//No spaces can be left in the header.
//Location : => Location: | this may be your fault
$url = "";
header("Location: " . $url);
?>
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #php #header #working
ADD COMMENT
Topic
Name
8+1 =