Re: FN-FORUM: MySQL Query only showing 1 record
date posted 22nd January 2007 20:15
Punters Power wrote:
> is there any reason why an
>
> while($row = mysql_fetch_array($result)){
>
>
> would only show one record?
>
> Andrew
>
The result may only contain one row, eg select * from Customers where id
= 1;
--
Cheers,
Gary
http://www.garyshort.org/