Norland, Martin wrote:
The functions you want exist in php5, if that's an option: http://us2.php.net/manual/en/ref.mysqli.php -> http://us2.php.net/manual/en/function.mysqli-fetch-assoc.php
No this is not an option. mysqli_fetch_* needs a "result" resource id to work. mysqli statement functions needs object references (plus there are other quirks). You cannot use mysqli_fetch_* functions with the mysqli prepared statement functions...
-- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
