The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
|
#1
|
|||
|
|||
Querying MySQL and echo-ing variables
Hello!
I'm developing a front page for a vbulletin powered forum. On the front page I mention the main Forum titles and their sub-forums. I do not wish to hardcode the titles so the webmaster can change this when needed. So I want to perform a MySQL query to retrieve the Forum titles: Code:
$results = $db->query_read("SELECT title FROM forum WHERE forumid = 1"); Also, I need to echo the contents of the Code:
$results Thanks for your help!! Jerry |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|