Hello
As I just started with php a week ago and I need help with getting a specifik row or two from the “Select” command. (the last 2 rows)
Using a mysql database.
Example of what I need help with:
Table:
id time
1 06:20:11
2 07:50:24
3 10:32:01 -> I want to echo this row
4 11:55:48 -> I want to echo this row
Note that the amount of rows in the table will always be different.