Thread: Forum help
View Single Post
Old 12-17-2007, 05:06 PM   #2 (permalink)
Jay
The Contributor
Good Samaritan 
 
Join Date: Dec 2007
Posts: 60
Thanks: 5
Jay is on a distinguished road
Default

You don't need to manually iterate over the array, just use []

PHP Code:
while( $thread mysql_fetch_array$query ) )
{
    
$this->threads_details[] = $thread;

Jay is offline  
Reply With Quote