[PHP] cancelling

2005-04-05 Thread newbie c
Hi, I would appreciate help on the following. I have been looking up ways to implement a cancel button with php. Basically, I have a mypictures.php file. There are select statements, grep statements, and a call to executables. I don't understand why there isn't that much around about this

RE: [PHP] cancelling

2005-04-05 Thread Chris W. Parker
newbie c mailto:[EMAIL PROTECTED] on Tuesday, April 05, 2005 11:03 AM said: Are these ideas practical and possible? Practically speaking? It seems like a waste of time. What are these executables doing? The stop button on the browser or clicking a link to a new page should suffice. As for

Re: [PHP] cancelling

2005-04-05 Thread Philip Hallstrom
You might find this section in the manual helpful... never done it myself though... http://us2.php.net/manual/en/features.connection-handling.php On Tue, 5 Apr 2005, newbie c wrote: Hi, I would appreciate help on the following. I have been looking up ways to implement a cancel button with php.

RE: [PHP] cancelling

2005-04-05 Thread newbie c
The executables are taking the user's input and going to the database to grab and cut out the pictures that are corresponding to the user's search term. I understand the stop button may solve some problems and I am going to test this some more. But there is still the need to stop a user from

RE: [PHP] cancelling

2005-04-05 Thread Chris W. Parker
newbie c mailto:[EMAIL PROTECTED] on Tuesday, April 05, 2005 12:23 PM said: The executables are taking the user's input and going to the database to grab and cut out the pictures that are corresponding to the user's search term. I can only guess then that these executables could not be