RE: [PHP-DB] processing status page help

2003-02-15 Thread Peter Lovatt
htmlmeta http-equiv=refresh
content=10;URL=http://www.mysite.com/newpage.php;body bgcolor=#ff
please wait.
bodyhtml

should work - the 10 is the delay

Peter


-Original Message-
From: Brendon [mailto:[EMAIL PROTECTED]]
Sent: 15 February 2003 22:14
To: [EMAIL PROTECTED]
Subject: [PHP-DB] processing status page help


Hello,

How can I create a page that notifies the user their request is being
processed after they click a submit button?

For example, they type in some information, the page then says Your
request is processing...

Maybe a few animated ... 's for eyecandy, and then once the process is
completed, they get directed to a desired page.

Regards,
Brendon

--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




RE: [PHP-DB] processing status page help

2003-02-15 Thread Peter Lovatt
or perhaps more comprehensively


?php

print('
htmlmeta http-equiv=refresh
content=10;URL=http://www.mysite.com/newpage.php;body bgcolor=#ff
please wait.
bodyhtml
')

//start the processing here

do this;
do that;
do the other ;

?


should work but  I am not absolutly sure - try it and see...
Peter


-Original Message-
From: Brendon [mailto:[EMAIL PROTECTED]]
Sent: 15 February 2003 22:14
To: [EMAIL PROTECTED]
Subject: [PHP-DB] processing status page help


Hello,

How can I create a page that notifies the user their request is being
processed after they click a submit button?

For example, they type in some information, the page then says Your
request is processing...

Maybe a few animated ... 's for eyecandy, and then once the process is
completed, they get directed to a desired page.

Regards,
Brendon

--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php