Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:4945 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 73782 invoked by uid 1010); 23 Oct 2003 15:47:14 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 73736 invoked from network); 23 Oct 2003 15:47:12 -0000 Received: from unknown (HELO mail.zend.com) (192.117.235.230) by pb1.pair.com with SMTP; 23 Oct 2003 15:47:12 -0000 Received: (qmail 13555 invoked from network); 23 Oct 2003 15:47:06 -0000 Received: from guardian.zend.office (HELO andi-laptop.zend.com) (10.1.1.4) by int.zend.com with SMTP; 23 Oct 2003 15:47:06 -0000 Message-ID: <5.1.0.14.2.20031023174441.034ea2a8@127.0.0.1> X-Sender: andi@127.0.0.1 X-Mailer: QUALCOMM Windows Eudora Version 5.1 Date: Thu, 23 Oct 2003 17:45:08 +0200 To: "Lukas Smith" , "'Cesare D'Amico'" , "'PHP Internals'" References: <200310231458.43857.cesare@ngi.it> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Subject: RE: [PHP-DEV] database driver: no more rows From: andi@zend.com (Andi Gutmans) At 03:02 PM 10/23/2003 +0200, Lukas Smith wrote: >mysql_error() will return you the last error over and over again. Shouldn't the mysql extension clear the last error on a successful query? Andi