Archive for July, 2009

How to Redirect with PHP?

Posted by om 31 July, 2009 (0) Comment

You need to replace the URL above with the URL you wish to direct to.
Use this simple PHP script to redirect a user from the page they entered to a different web page.

<?php
header( 'Location: http://www.phpmind.com.com/blog/' ) ;
?>
  • Share/Bookmark
Categories : Easy PHP Tags :