why is first entry in mysql-db invisible

admin

Administrator
Staff member
hi there,
i have a prob which i don't know how to find out.
when i connect from php to any mysql-database and try to select the desired entries, i always miss the first entry of the database.
also when there is only one result for one query, mysql does not show it. i always have to enter the same entry twice into the database for being displayed by mysql with the right query.
any idea ?

i actually usesomething like this:

$anfrage = mysql_db_query("db1067", "$query");
$anzahlSets = mysql_num_rows($anfrage);
mysql_close();

thynx for any help !!!!

david
 
Back
Top