The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Help With Displaying Data from DB
It's a bit late, so it may be something minor that I am simply missing, though with the below query, the results are only showing one entry from the database when it should be showing the full 7 entries in the database.
Code:
$getresources = $DB_site->query("SELECT * FROM resources"); while($resource = $DB_site->fetch_array($getresources)) { eval('$resources = "' . fetch_template('index_resourcedata') . '";'); } eval('print_output("' . fetch_template('index_resourcedisplay') . '");'); This is using vBulletin as the backend, hence the template output references. |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|