So not a php whiz. =) But our ISP's list server will only allow me to redirect the signon success page back to the sign on request page using PHP, any meta redirect gets flagged as not allowed code. I want to use this code but have it execute 10 seconds after the page has loaded. Can I do this and if so how? Thanks! Sorry for the newbie question.
<?php
header("location:http://yadda.dadda.da");
?>