select the last entry?

'lo again! :smiley:

something like select from table where none is grater than any, is what I’m hoping to discover. 8) :wink:

sorting them till I get the highest, but there ought to be a quicker meathod

Indeed there is. :)

$query = “SELECT FROM table ORDER BY id DESC LIMIT 1”;

Simple enough?

splendid! 8)

Sponsor our Newsletter | Privacy Policy | Terms of Service