The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#4
|
||||
|
||||
![]()
well
Code:
$result = $db->query_read("SELECT * FROM " . TABLE_PREFIX . "user"); $a = ''; while( $user = $db->fetch_array( $result ) ) { $a .= "($user[username], userid $user[userid])<br />"; } if you want just the first row, you could use Code:
$user = $db->query_first("SELECT * FROM " . TABLE_PREFIX . "user"); $a .= "($user[username], userid $user[userid])<br />"; |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|