12-17-2007, 06:24 PM
|
#8 (permalink)
|
|
The Addict
Join Date: Nov 2007
Posts: 282
Thanks: 61
|
Quote:
Originally Posted by Jay
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!
|
|
|
|