Hi friend;
I am using php3.0.16 with mysql 3.22 and redhat 4. I have a big problem when I am executing the mysql_query with SELECT statement. I have I table in mysql called PC. This table has this structure.
ID PC OS
1 DELL NT
2 COMPAQ LINUX
.
.
.
14 TEST LINUX
the ID is auto_increment with primary key and the others are chars. When I am executing the command SELECT FROM pc inside MYsql it show me all registers, but when I am going to php and use php srcipt with mysql_query("select from table"), I am not able to find the register with ID=10. The others ID are displayed, but ID=10 , no way.
Anyone can tell me if there is any bug with php that can not show this number.
Regards