I`m a beginner and this is my first post here .
I know basics about php and sql .
Now I want to do below actions :
First : I want to catch data from my last row in table of my database and print it on page (suppose that I don`t know ID number of last row in table ).
Second : I have a table that contains a column with "date" name . Now I want to catch data from row that have newest date and print on page .
Please give me some example or give me some tutorial links .
TNX