sort of helps but it dont help me in displaying the results
i make a php file with your query above as follows :
PHP Code:
<?php
$results = $DB_site->query("
SELECT threadid, title FROM " . TABLE_PREFIX . " thread WHERE forumid = 213 ORDER BY title ASC
");
?>
Fatal error: Call to a member function on a non-object in /home2/ on line 2
i need to know how i can call this info back in a seperate page so i can view the entire list as that querie aint working