Custom Coded Page into Template
Hi.
I'm making a custom vB page and I need to grab about 25 results from the database (not the vbulletin database) that will be displayed there (php/mysql). I'm using a while loop to grab the data. The problem is, I have absolutely no idea how to send that info into the vbulletin template.
I can assign data to variables (like $a = 1) but I don't know how to assign the array along with executing the html properly in the vB template. Help!
|