On Sat, April 21, 2007 1:23 pm, Richard Kurth wrote:
> How can I do something like this in the same while statement. This
> does not
> work
> while (list(,$possible) = each($possiblefields) list(,$possibleview)
> =
> each($possiblefieldsdiscription)){
> }
>
If you know for sure that there is a
Richard Kurth wrote:
On 4/21/07, Richard Kurth <[EMAIL PROTECTED]> wrote:
On 4/21/07, Richard Kurth <[EMAIL PROTECTED]> wrote:
How can I do something like this in the same while statement. This
does not work while (list(,$possible) = each($possiblefields)
list(,$possibleview) = each($possiblef
On 4/21/07, Richard Kurth <[EMAIL PROTECTED]> wrote:
-Original Message-
From: Tijnema ! [mailto:[EMAIL PROTECTED]
Sent: Saturday, April 21, 2007 1:13 PM
To: Richard Kurth
Cc: php-general@lists.php.net
Subject: Re: [PHP] Do two lists in a while statement
On 4/21/07, Richard
-Original Message-
From: Tijnema ! [mailto:[EMAIL PROTECTED]
Sent: Saturday, April 21, 2007 1:13 PM
To: Richard Kurth
Cc: php-general@lists.php.net
Subject: Re: [PHP] Do two lists in a while statement
On 4/21/07, Richard Kurth <[EMAIL PROTECTED]> wrote:
>
> On 4/21/07, R
On 4/21/07, Richard Kurth <[EMAIL PROTECTED]> wrote:
On 4/21/07, Richard Kurth <[EMAIL PROTECTED]> wrote:
>
> On 4/21/07, Richard Kurth <[EMAIL PROTECTED]> wrote:
> > How can I do something like this in the same while statement. This
> > does not work while (list(,$possible) = each($possiblefiel
On 4/21/07, Richard Kurth <[EMAIL PROTECTED]> wrote:
>
> On 4/21/07, Richard Kurth <[EMAIL PROTECTED]> wrote:
> > How can I do something like this in the same while statement. This
> > does not work while (list(,$possible) = each($possiblefields)
> > list(,$possibleview) = each($possiblefieldsdis
On 4/21/07, Richard Kurth <[EMAIL PROTECTED]> wrote:
On 4/21/07, Richard Kurth <[EMAIL PROTECTED]> wrote:
> How can I do something like this in the same while statement. This
> does not work while (list(,$possible) = each($possiblefields)
> list(,$possibleview) = each($possiblefieldsdiscription)
On 4/21/07, Richard Kurth <[EMAIL PROTECTED]> wrote:
> How can I do something like this in the same while statement. This
> does not work while (list(,$possible) = each($possiblefields)
> list(,$possibleview) = each($possiblefieldsdiscription)){
> }
>
What about using && ?
while (list(,$poss
On 4/21/07, Richard Kurth <[EMAIL PROTECTED]> wrote:
How can I do something like this in the same while statement. This does not
work
while (list(,$possible) = each($possiblefields) list(,$possibleview) =
each($possiblefieldsdiscription)){
}
What about using && ?
while (list(,$possible) = e
How can I do something like this in the same while statement. This does not
work
while (list(,$possible) = each($possiblefields) list(,$possibleview) =
each($possiblefieldsdiscription)){
}
10 matches
Mail list logo