Re: [PHP] Intermediate "Searching..." screen.

2002-05-29 Thread Mike Gohlke
As stated elsewhere, this is somewhat similar to what you need. (btw, NOT tested for syntax errors) document.location='$PHP_SELF?finishedquery=$searchquery;"); } else { showsearch($finishedquery); } ?> Jeff Bearer wrote: >I have a part of my site that searches a large database and sometimes

RE: [PHP] Intermediate "Searching..." screen.

2002-05-29 Thread Ed Gorski
tonight and tell >you what I find. > > Regards, > > > Scott > >- Original Message - >From "SP" <[EMAIL PROTECTED]> >Date Tue, 28 May 2002 14:48:32 -0400 >To "Kevin Stone" <[EMAIL PROTECTED]>, "Jeff Bearer" >

RE: [PHP] Intermediate "Searching..." screen.

2002-05-28 Thread Scott Reismanis
>From "SP" <[EMAIL PROTECTED]> Date Tue, 28 May 2002 14:48:32 -0400 To "Kevin Stone" <[EMAIL PROTECTED]>, "Jeff Bearer" <[EMAIL PROTECTED]>, "Php-General \(E-mail\)" Subject RE: [PHP] Intermediate "Searching..

RE: [PHP] Intermediate "Searching..." screen.

2002-05-28 Thread SP
ff Bearer" <[EMAIL PROTECTED]> To: "Php-General (E-mail)" <[EMAIL PROTECTED]> Sent: Tuesday, May 28, 2002 12:23 PM Subject: [PHP] Intermediate "Searching..." screen. > I have a part of my site that searches a large database and sometimes it > takes more t

Re: [PHP] Intermediate "Searching..." screen.

2002-05-28 Thread Kevin Stone
quot; <[EMAIL PROTECTED]> To: "Php-General (E-mail)" <[EMAIL PROTECTED]> Sent: Tuesday, May 28, 2002 12:23 PM Subject: [PHP] Intermediate "Searching..." screen. > I have a part of my site that searches a large database and sometimes it > takes more than a few second

RE: [PHP] Intermediate "Searching..." screen.

2002-05-28 Thread Leotta, Natalie (NCI/IMS)
orm, that I was sending to my action script. Good luck! There is probably an easier way than this, but if no one else comes up with it, at least you have something. -Natalie -Original Message- From: Jeff Bearer [mailto:[EMAIL PROTECTED]] Sent: Tuesday, May 28, 2002 2:24 PM To: Php-

RE: [PHP] Intermediate "Searching..." screen.

2002-05-28 Thread Ian Samuel
Title: RE: [PHP] Intermediate "Searching..." screen. What you want to do is post the form, display a searching screen, and then on that same screen... well, like this, I think: >     echo "Searching.\n";     go_go_gadget_query();     // above lin

[PHP] Intermediate "Searching..." screen.

2002-05-28 Thread Jeff Bearer
I have a part of my site that searches a large database and sometimes it takes more than a few seconds to return the results. When searches take longer, people get antsy and search again. To let them know that the search is working so they don't double efforts I'd like to have an intermediate "S