<script language="php"> function redirect($location) { /* routine to redirect the client to another location (safe for al +l browsers) */ header("Location: $location"); echo "<HTML><HEAD><META HTTP-EQUIV=\"REFRESH\" CONTENT=\"0;URL=$lo +cation\"></HEAD><BODY><A HREF=\"$location\">Click Here</A></BODY></HT +ML>"; exit; }
In reply to Redirection on a Website by vtprogrammer
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |