Re: [PHP] php redirection..
by Casey Chu other posts by this author
Dec 13 2006 11:10PM messages near this date
RE: [PHP] php redirection..
|
Re: [PHP] php redirection..
It's usually OK if it's 8 seconds or more, but that would take too long.
See here for info:
http://www.netmechanic.com/news/vol4/promo_no15.htm
On 12/13/06, Budi Setiawan <misty.trees@[...].com> wrote:
> > 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
>
>
--
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
|