how you mean it/be more specific?
while (list(, $value) = each($array))
{
echo "value = $value\n";
}
"Johan Vikerskog" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]..
.
> I have done this before but my memory fails me.
>
> I am trying to just loop threw ny array and display it.
> one row per result.
> How do you do that again?
>
> //Johan
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]