MikeEller Posted November 5, 2006 Share Posted November 5, 2006 Hi Forum,How can I move to the last record in a table [directly] in mysql using PHP?Thank you,Mike Link to comment https://forums.phpfreaks.com/topic/26257-move-to-last-record/ Share on other sites More sharing options...
AndyB Posted November 6, 2006 Share Posted November 6, 2006 Move?Depends on how the data are structured. If you have a field where you enter the date of entry or if you have an auto-incrementing id field you can search for the latest record. Link to comment https://forums.phpfreaks.com/topic/26257-move-to-last-record/#findComment-120132 Share on other sites More sharing options...
fenway Posted November 6, 2006 Share Posted November 6, 2006 Do you mean resetting the internal record pointer for a recordset? Link to comment https://forums.phpfreaks.com/topic/26257-move-to-last-record/#findComment-120437 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.