Re: [PHP] Howto implement atomical actions

2005-06-11 Thread Richard Lynch
On Sat, June 11, 2005 6:46 am, Andy Pieters said: > I am developing a web interface to patch a program. The user uploads the > patch and after uncompressing and verification of signature, the update > should take place. However I do not want users to be able to start an > update > and then abort

Re: [PHP] Howto implement atomical actions

2005-06-11 Thread Chris Shiflett
Andy Pieters wrote: I am developing a web interface to patch a program. The user uploads the patch and after uncompressing and verification of signature, the update should take place. However I do not want users to be able to start an update and then abort the process by stopping to load the page