Minor "Execute Query" bug in MySQLi?
Hi,
MySQLi oviously depends on both of these:
<?php require_once('../webassist/mysqli/rsobj.php'); ?>
<?php require_once('../webassist/mysqli/queryobj.php'); ?>
But unfortunately, all i"Execute Query" nsertions, and a goodly number of record-set ones, insist on placing themselves beneath rsobj, but above queryobj. This then means that queries end up not working, especially those done under Execute Query.
Things tend to be OK one the first query is in place, because the system places all others under the first it finds. But on the first, one has to be areful, and I have now gotten used to a quick check every time.
Thank you.
KB