The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
we do mysql_fetch_array() by $db->fetch_array() in vB
but what should I use to do mysql_fetch_assoc() ?? ps: i tried $db->fetch_assoc() or $vbulletin->db->fetch_assoc()...not working |
#2
|
||||
|
||||
![]()
$db->fetch_array($result) calls mysql_fetch_array($result, MYSQL_ASSOC) which is the equivalent of mysql_fetch_assoc($result)
use $db->fetch_array() ![]() |
#3
|
|||
|
|||
![]()
thank you sir
|
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|