Forward a page using PHP
- Thank to Rollie Hawk
<?php header("Location: http://domain.tld/page.php"); ?>
DZone Snippets > volume4 > php
12382 users tagging and storing useful source code snippets
Snippets is a public source code repository. Easily build up your personal collection of code snippets, categorize them with tags / keywords, and share them with the world
Schalk Neethling www.volume4.com
<?php header("Location: http://domain.tld/page.php"); ?>