Hi,
On Sat, Apr 06, 2002 at 03:57:39PM -0500, Victor wrote:
> Suppose that a query begins with begin. Then a couple inserts happen but
> before the commit statement is executed, the client hits stop in the
> browser. What is going to do the rollback? If there is a persistent
> connection, is it g
Hi,
Generally, an apache setup will kill a PHP enabled page when it has run for
30 seconds. Also, when a php script exits, all connections to the database
are closed, so somwhere you need to keep the results of your script somwhere
(hidden HTML variables, URI string), otherwise, when you change p