I'm a little new to this area, but I'll ask my question the same way and try to explain myself as best I can.
I have a table in the mysql database, which has id and name and status
I wanted to make a php condition that would check a table in the database and show me the result with the smallest id. That is, a table has several records, such as id 4, 5,6, 7 etc ...
PHP varies a check and all the records showed me the one with the smallest id.