Why won\'t this work? I keep getting that error. // Setup forum topics, post count and last post xxxxx
$query = array( \'SELECT\' =>
You're trying to use a mysqli result ($result) as an array without calling fetch_array on it.
$result
fetch_array
Whatever framework you're using will probably provide a wrapper for this.