Re: [PHP] php redirection..
by Budi Setiawan other posts by this author
Dec 13 2006 9:34PM messages near this date
RE: [PHP] php redirection..
|
Re: [PHP] php redirection..
> basically:
>
> cat.php
> -echo " test content<br>"
> -echo " more test content<br>"
>
> //redirect user
> echo"
> <script>
> location.href='foo.php';
> </script>
> ";
>
Hi , im a new too..
but you can try with this to delay your script running for some seconds :
echo " test content<br> "
echo " more test content<br> "
// you can add :
sleep(2);
// this will cause your script delayed for 2 seconds
//redirect user
echo"
<script>
location.href='foo.php';
</script>
";
// hhaha..
// im just trying to help...
//
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Thread:
Tim
Budi Setiawan
Youri LACAN-BARTLEY
Brad Fuller
Bruce
Brad Fuller
Bruce
Casey Chu
Casey Chu
Tedd
Youri LACAN-BARTLEY
Tim
Tim
|