Re: missing array element
- From: david.g.robinson@xxxxxxxxxxxxxxxx
- Date: 29 May 2005 13:41:38 -0700
Ewoud Dronkert wrote:
> On 29 May 2005 11:19:50 -0700, david.g.robinson@xxxxxxxxxxxxxxxx wrote:
> > $row_rsAllRooms = mysql_fetch_assoc($rsAllRooms);
> > while ($row_rsAllRooms = mysql_fetch_assoc($rsAllRooms))
> >
> > Does anyone have any ideas what is going on here?
>
> Yes: you throw away the first row in this first statement.
>
Thanks for the quick reply Ewoud. I've taken the
$row_rsAllRooms = mysql_fetch_assoc($rsAllRooms)
line out and it works now. I don't really understand why taking that
line out solves the problem, but the main thing is that it works.
Thanks for your time.
David Robinson
.
- Follow-Ups:
- Re: missing array element
- From: Ewoud Dronkert
- Re: missing array element
- References:
- missing array element
- From: david . g . robinson
- Re: missing array element
- From: Ewoud Dronkert
- missing array element
- Prev by Date: Re: Newbie mysql problem understanding result and id?
- Next by Date: Re: missing array element
- Previous by thread: Re: missing array element
- Next by thread: Re: missing array element
- Index(es):
Relevant Pages
|