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