Posted by Roco3D on 02/19/06 00:42
you have to do something like this:
(is an example to form procesing)
----form.php------
start sessions
show form
form action=pleasewait.php
---pleasewait.php---
start sessions
do exec.
show "please wait" page but insert a meta-refresh tag like this:
<meta http-equiv="refresh" content="3;url=./result.php" />
in the header.
It will redirect automatically to the next script
---result.php-----
show results page.
[Back to original message]
|