Header Redirect Location in PHP
Here is how we redirect a page. The page will be redirected to specified URL.
<?php header("Location: http://www.sitename.com/"); ?>
Tags: Header, Redirection
Posted in: Header, PHP Basics, Redirection
Post's RSS » RSS 2.0
Post's Comments RSS » RSS 2.0
Posted in: Header, PHP Basics, Redirection
Post's RSS » RSS 2.0
Post's Comments RSS » RSS 2.0
