PDA

View Full Version : Getting latest posts on main page


x3sphere
28 Oct 2006, 07:05
Can't seem to output the latest posts on my site's main page (outside of vB), all the query returns is the text "Array"



Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------



Any ideas?

nico_swd
28 Oct 2006, 09:41
$db->fetch_array() returns an array, that's why. Try


Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------

x3sphere
28 Oct 2006, 17:11
Works great now, thanks :)

cdembek
29 Oct 2006, 04:26
is this added to the index.php file or a template?