Jaynesh
04-09-2006, 03:31 PM
In vBulletin how do get the data from a table and display it.
I tried this
$view = $vbulletin->db->query_read("SELECT * FROM test");
And then i put $view in the template file but i get something saying
Resource id #13
I tried this
$view = $vbulletin->db->query_read("SELECT * FROM test");
And then i put $view in the template file but i get something saying
Resource id #13