|
|
 |
Re: FN-FORUM loop in php
date posted 25th June 2002 14:00
please ignore the previous post - used tab in a web mail client again.
if ($result = musql_query("..."))
{ while ($array = mysql_fetch_array($result))
{ echo($array["fieldname"]);
}
}
please treat as pseudo code - I use an abstraction layer so I can't
remember the exact function names
Tim Ward
www.chessish.com
> hi all,
>
> how would you echo the following database retrieval in a list until all
> the rows have been echoed?
>
> i've a feeling its a while loop type statement, but aren't too sure.
>
> tia
>
> Robin Garbutt
|
 |
|