Quote:
Originally Posted by Danny.VBT
vBulletin's querying function are:
$vbulletin->db->query_read() - selecting data
$vbulletin->db->query_write() - inserting, writing, any altering of a table/database
$vbulletin->db->fetch_array() - like mysql_fetch_array
$vbulletin->db->query_first() - returns one row
Here is a great index on tutorials and articles on how to program in vBulletin:
https://vborg.vbsupport.ru/showthread.php?t=99570
|
Ahh excellent, thanks alot!
A little tweaking won't hurt since my PHP Script is under 50 lines :P.