[PHP-DB] RE: RE :[PHP-DB] MySQLi Help

2012-06-17 Thread jstarritt
Oliver, Gah -- thank you. James -Original Message- From: "Olivier Desmares" Sent: Saturday, June 16, 2012 10:58am To: "jstarr...@selagodesign.com" , "php-db@lists.php.net" Subject: RE :[PHP-DB] MySQLi Help Hi James, The manual page for mysqli_s

[PHP-DB] RE :[PHP-DB] MySQLi Help

2012-06-16 Thread Olivier Desmares
Hi James, The manual page for mysqli_stmt::execute has the following note : When using mysqli_stmt_execute(), the mysqli_stmt_fetch() function must be used to fetch the data prior to performing any additional queries. So you cannot execute the inner (sub) query without first retriev

[PHP-DB] MySQLi Help

2012-06-14 Thread jstarritt
Hi, I am trying to slowly convert some old MySQL based code to the newer MySQLi extension and have come across something that I want to call a bug, but thought maybe as a newb with the extension that this might be something at least a few of you are familiar with. Basically depending on wh