The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Code Help
I am in process of writing my own mod that will create an eliminations bracket for drag racing. I am currently having an issue pulling data from the server. My code is as follows:
PHP Code:
on the template I used $race, $location, $date, $qualtime for the appropriate positions. For some reason it only shows a resource id #. Anyone have any ideas? |
#2
|
||||
|
||||
query() returns a MySQL resource. You need to use fetch_array() to change it into an array if that's what you want.
Or use query_first() to do both at the same time |
#3
|
|||
|
|||
Worked like a champ! Thanks for your help!
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|