W
|
WilliamBDevClub member 10/2/2018 |
Why not change your sorting order so that the last record displays first? |
![]() |
Sergey Kornilov admin 10/2/2018 |
I agree with what @exora suggests. Redirect user to that list page adding a sort option on the fly. You will need to sort data by ID or Date in descending order. Here is an example of such an URL: <table name>_list.php?orderby=dID |
E
|
exora author 10/2/2018 |
Thank you for all the suggestion. <table name>_list.php?goto=99999999 |