Hi all
Im trying to find the highest id in my database.
ive tried
$query="SELECT * FROM details ORDER BY id ";
but that returns the total number but im trying to get the highest number entry in the id field, as the highest id number chages as people leave or join
can anyone point me in the right direction plz
Thank you