How can i do auto redirect using php?

Put the following code at the top of your page.

<?
$URL="http://www.yourdomain.com";
header ("Location: $URL");
?>

One Comment

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.