|
|
 |
RE: FN-FORUM: [PHP] Why?
date posted 26th January 2005 17:28
I guess you mean why not:
while( $details[] = mysql_fetch_array( $result ) );
?
Chaz
> -----Original Message-----
> From: Dom Latter [EMAIL REMOVED]
> Sent: 26 January 2005 18:27
> To: Charles E. Gatenby
> Subject: FN-FORUM: [PHP] Why?
>
>
> Fronm a site I maintain, but did not develop:
>
> while( $data = mysql_fetch_array( $result ) ) {
> $details[] = $data;
> }
>
> If you're wondering, $details is unset up to this point.
>
|
 |
|