PDA

View Full Version : How to get data from row and display


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

DrewM
04-10-2006, 10:40 AM
Look at this post:
https://vborg.vbsupport.ru/showthread.php?t=109145
should help you it helped me.

Code Monkey
04-10-2006, 01:23 PM
This one should help as well. ;)

https://vborg.vbsupport.ru/showthread.php?t=112590