'lo again!
something like select from table where none is grater than any, is what I’m hoping to discover. 8)
'lo again!
something like select from table where none is grater than any, is what I’m hoping to discover. 8)
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)