| List: | General Discussion | « Previous MessageNext Message » | |
| From: | Carsten Pedersen | Date: | April 16 2010 12:33pm |
| Subject: | Re: What if the user closes the browser while INSERT INTO MySQL? (PHP/MySQL) | ||
| View as plain text | |||
On Fri, 16 Apr 2010 11:44:42 +0200, Jørn Dahl-Stamnes <sql06@stripped> wrote: > The server does not know if the browser is closed or not (or if the > network > connection is losted). It will continue to execute the code until > finnished. Not quite true. If it decides to flush its output buffer and notices that there's no-one around to receive the output, the process may well be terminated. As long as you do not echo(), print() or flush() to a closed connection, you're probably going to be fine. / Carsten
| Thread | ||
|---|---|---|
| • What if the user closes the browser while INSERT INTO MySQL? (PHP/MySQL) | Antonio PHP | 16 Apr |
| • Re: What if the user closes the browser while INSERT INTO MySQL? (PHP/MySQL) | Jørn Dahl-Stamnes | 16 Apr |
| • Re: What if the user closes the browser while INSERT INTO MySQL? (PHP/MySQL) | Geert-Jan Brits | 16 Apr |
| • Re: What if the user closes the browser while INSERT INTOMySQL? (PHP/MySQL) | Carsten Pedersen | 16 Apr |
| • Re: What if the user closes the browser while INSERT INTO MySQL? (PHP/MySQL) | Antonio PHP | 17 Apr |
| • Re: What if the user closes the browser while INSERT INTO MySQL?(PHP/MySQL) | Nigel Wood | 19 Apr |
| • Re: What if the user closes the browser while INSERT INTO MySQL? (PHP/MySQL) | Johan De Meersman | 19 Apr |
| • Re: What if the user closes the browser while INSERT INTO MySQL? (PHP/MySQL) | Michael Dykman | 19 Apr |
| • Re: What if the user closes the browser while INSERT INTOMySQL? (PHP/MySQL) | Carsten Pedersen | 16 Apr |
