"Diana Castillo" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > what do you mean by fx Javascript ? > what I want really is something like what happens on this page when you > search for a flight, > http://www.expedia.net/daily/home/default.asp > an in between page comes on until the information about flights is loaded. > how can I do that with php?
Hi Diana, create 3 pages: page 1: form for user input, submit to page 2 page 2: "wait" screen, immediately forward form values to page 3 (via JavaScript auto-submit of a form with POST or via PHP's header and GET) page 3: processing of form data Page 2 will be shown as long as page 3 is processing the data. When page 3 has finished processing the data and started output page 2 will disappear. Is this what you are looking for? Regards, Torsten Roehr -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php