![]() | Join Date: Dec 2006 | Posts: 13 |
Thinking of writing a hack...
I am trying to write a vB hack which will get data from the 'forums' table and use it. Lets assume that the query is
Where do I put this in forumdisplay.php, so that I can say something like:
Code:
SELECT * FROM `forums` WHERE `leader` = '$leader'
Code:
// If the query returned a result
if ($result == true) {
$info[leader] = $leader;
}








Linear Mode

