Hi all
Use settimeout function with php
Use this code on top of your program.
<script>setTimeout(hup, 3000);
function hup()
{
location.href='predictions.php';
}
</script>