How to Redirect with PHP?

Posted by 31 July, 2009

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
Categories : Easy PHP Tags :

Comments

No comments yet.


Leave a comment

(required)

(required)


*