[PHP-DB] Corrupted query results in memory.

2007-11-09 Thread Max Thayer
I posted an issue to the mysql dev forums last week with regards to an issue we are encountering. The issue as we understood it last week was simple...after some time (undetermined as of then) query results from the web app (a PHP/MySQL/Javascript Ajax app.) would come back all 'wonky.' Upon

RE: [PHP-DB] Corrupted query results in memory.

2007-11-09 Thread Instruct ICC
This morning I figured out how to replicate the issue. Issue a double request for the mysql result set. Due to the Ajaxy nature of my web app it isn't the same as a double HTTPRequest of POST, as it is requesting a result set back from the database twice in a row before the response is

RE: [PHP-DB] Corrupted query results in memory.

2007-11-09 Thread Bastien Koert
so the simple solution is to disable the button after the call until the results are returned bastien Date: Fri, 9 Nov 2007 15:02:31 -0500 From: [EMAIL PROTECTED] To: php-db@lists.php.net Subject: [PHP-DB] Corrupted query results in memory. I posted an issue to the mysql dev forums last