Thanks, Its working fine.
when I Insert data in the table first time it shows from starting but next time it append from the last.
Can it possible that current data will always show from the starting of the table.
Like :-
when I send data 1,2,3
it shows
1
2
3
and when I send data second time 4,5 it shows
1
2
3
4
5
But I need to show in this format where 5 is the latest data
5
4
3
2
1
when I send data 1,2,3
it shows
1
2
3
and when I send data second time 4,5 it shows
1
2
3
4
5
But I need to show in this format where 5 is the latest data
5
4
3
2
1
To copy to clipboard, switch view to plain text mode
Bookmarks