How To Select Last Item In Database

RegisterLogin
How To Select Last Item In Database
Post Description: How To Select Last Item In Database
Tags: How, To, Select, Last, Item, In, Database
This Post Was Posted On Aug 05, 2009 By jiji550n #1508
how do you select the last row in a database table under mysql

is there a special php mysql function to use for this special purpose on my script code?
Leave Your Comments
Related Pages: [Add Your Website]
Post New Topic
webune
#1940 1
what you can do is send this query:

$sql = "select * from mydbs order by id desc";

it will work, you will see
Aug 05, 2009 Reply Report abuse
©2011 Webune Forums - Wed Dec 21, 2011 4:02 am
Powered by: Webune Forums V3