0
I’m a little new to this area, but I’m going to ask my question the same way and try to explain myself as best I can.
I have a table in 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 multiple records such as id 4, 5,6, 7 etc...
PHP varies a check and from all the logs showed me what had the smallest id.
Showing a bit of your code would help you better understand your current stage.
– brasofilo