Thread: Forum help
View Single Post
Old 12-17-2007, 06:24 PM   #8 (permalink)
Nor
The Addict
 
Join Date: Nov 2007
Posts: 282
Thanks: 61
Nor is on a distinguished road
Default

Quote:
Originally Posted by Jay View Post
You don't need to manually iterate over the array, just use []

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

This post sums it up...
__________________
PHP/XHTML Freelancer:
Cleanscript.com v3 - Programming starting at just $5 act now!
Nor is offline  
Reply With Quote