nothing4me
07-16-2008, 08:48 PM
I want to create a variable for VBulletin. It will request some SQL information and the parse it into a variable. So like:
$variablename = mysql_query("SELECT * FROM tablename");// Count rows
How would I make this "$variablename" forum global so I can use it in any VBulletin templates?
$variablename = mysql_query("SELECT * FROM tablename");// Count rows
How would I make this "$variablename" forum global so I can use it in any VBulletin templates?