Am just starting to learn PHP so I really don't know my way around but
my first script works fine except for one problem. Within the script is
a sql query that selects * from mytable. The result is that all my
records are shown except the first record in the table which is stripped
from the results. If I modify the query to select the name of the
person who is shown in the first record I get zero results. A direct
MYSQL query produces the desired result.
My uneducated opinion is that there is an e.o.f. problem somewhere!
Any help will be appreciated.
GW.
my first script works fine except for one problem. Within the script is
a sql query that selects * from mytable. The result is that all my
records are shown except the first record in the table which is stripped
from the results. If I modify the query to select the name of the
person who is shown in the first record I get zero results. A direct
MYSQL query produces the desired result.
My uneducated opinion is that there is an e.o.f. problem somewhere!
Any help will be appreciated.
GW.
Comment