The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
While Loop Using fetch_userinfo - 'Array' Displayed?
Hey all,
When I try to do a While Loop, I have a line of code that looks like: Code:
$username = fetch_userinfo($userid); Does anyone know how I can get around this? Thanks, Mark |
#2
|
|||
|
|||
You need to do something like:
Code:
$userinfo = fetch_userinfo($userid); $username = $userinfo['username']; |
#3
|
||||
|
||||
Quote:
Thanks for the help again haha :P |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|