Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PHP

php header


<html>
<?php
/* This will give an error. Note the output
 * above, which is before the header() call */
header('Location: http://www.example.com/');
exit;
?>

Source by www.php.net #
 
PREVIOUS NEXT
Tagged: #php #header
ADD COMMENT
Topic
Name
4+4 =