We've expanded our news coverage and improved our search! Visit
news.oreilly.com for the latest or search for all things across O'Reilly!
Article:
 |
|
Using MySQL from PHP
|
| Subject: |
|
Results not displaying first record? |
| Date: |
|
2006-02-20 06:11:02 |
| From: |
|
amjohnno
|
Response to: Results not displaying first record?
|
|
I had this same problem. The issue with mine was that I was using mysql_fetch_array() to verify that there was data in there before I used it again. The first time it was called used the first record, and so it was no longer visible when I ran the second call. |