![]() |
|
#1
|
|||
|
|||
|
query for this?
what would be the query for getting the last record from a given table?
|
| Sponsored Links |
|
#2
|
|||
|
|||
|
mysql_query("SELECT * FROM table ORDER BY id DESC");
that's assuming you have an id field, just use whatever your auto incrementing field is.
__________________
Unlimited Web Hosting If i actually managed to help you in any way, please +rep me! |
![]() |
| Thread Tools | |
| Display Modes | |
|
|