ASPN ActiveState Programmer Network
ActiveState
/ Home / Perl / PHP / Python / Tcl / XSLT /
/ Safari / My ASPN /
Cookbooks | Documentation | Mailing Lists | Modules | News Feeds | Products | User Groups


Recent Messages
List Archives
About the List
List Leaders
Subscription Options

View Subscriptions
Help

View by Topic
ActiveState
.NET Framework
Open Source
Perl
PHP
Python
Tcl
Web Services
XML & XSLT

View by Category
Database
General
SOAP
System Administration
Tools
User Interfaces
Web Programming
XML Programming


MyASPN >> Mail Archive >> php-general
php-general
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

Privacy Policy | Email Opt-out | Feedback | Syndication
© ActiveState Software Inc. All rights reserved