my table structure is
id|passport|stamp|postcard|poster|greetings|collage|
1|2 |3 |4 |
2|7| 6 |
................like this..
i want to show ma users the most recent entry....i am successfully able to show the entries but..my php script is showing all the earlier and recent records..i want to show just the last record inserted.
or
i want to update the last record of the above table and show my users.please help if anybody can....