![]() |
Getting latest posts on main page
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:
$posts = $db->query_read_slave("SELECT pagetext FROM post ORDER BY dateline DESC LIMIT 10"); |
$db->fetch_array() returns an array, that's why. Try
PHP Code:
|
Works great now, thanks :)
|
is this added to the index.php file or a template?
|
All times are GMT. The time now is 02:42 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|