| Article: |
Using MySQL from PHP | |
| Subject: | Results not displaying first record? | |
| Date: | 2005-12-01 02:57:31 | |
| From: | Electra | |
|
>sql query:
|
||
Showing messages 1 through 1 of 1.
-
Results not displaying first record?
2006-02-20 06:11:02 amjohnno [View]
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.


