Forum Moderators: coopster
<?php
Header ("Location: <new page>");
?>
You can also use the redirect meta tag if you do not run PHP.
<META HTTP-EQUIV=refresh CONTENT="n; URL=somewhere">
**what addition would I place to mask the redirect address? I know I could do this in Frames but there must be another way with PHP or another language/script.