RE: [PHP] cancelling

2005-04-05 Thread Chris W. Parker
newbie c 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 b

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 m

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. B

RE: [PHP] cancelling

2005-04-05 Thread Chris W. Parker
newbie c 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 fo