Hi all,
Please could you tell me the code I need to redirect a page.
Thank you.
Kevin.
Check out http://www.phpfreaks.com/quickcode/Redirecting_the_Web_Browser_With_Meta_Refresh/13.php and http://www.tech-recipes.com/modules.php?name=Recipes&rx_id=124 . You can also use header http://www.php.net/header .
HTH,
You could do via java-script place this script in your php code where you want it to redirect
echo "<SCRIPT>window.location.href='index.php'</SCRIPT>";