Re: Records not being displayed

2010-12-19 Thread Gary
Johnny Thank you for your response, and you are correct. I have used that same code for a number of other files and dont recall having that problem (unfortunately, my recollection abilities seem to be withering). So I removed the following lines and all works fineI just wish I could recal

Re: Records not being displayed

2010-12-19 Thread Johnny Withers
Your very first mysql_fetch_array consumes the first result. On Dec 19, 2010 8:19 AM, "Gary" wrote: I have an issue that the first record in a query is not being displayed. It seems that the first row in alphabetical order is not being brought to the screen. I have a MySQL DB that lists beers.

Records not being displayed

2010-12-19 Thread Gary
I have an issue that the first record in a query is not being displayed. It seems that the first row in alphabetical order is not being brought to the screen. I have a MySQL DB that lists beers. I have a column for 'type' of beer (imported, domestic, craft, light). The queries: $result = MyS