Quote:
Originally Posted by wahooka
wow after a long time i figured it out...
i was doing:
PHP Code:
$vbulletin->$db->query_first("");
instead of
PHP Code:
$vbulletin->db->query_first("");
the db is not accessed with a $db so that was my issue.... took quite a bit of debugging to figure that simple mistake out.
and btw you can use query_first with mysql
thanks for the help
|
errr wow, i didnt even see that either.