this is my query.
table name = term primary key = term_id
$sql = "select * from term order by term_id desc limit 1"; $result = mysqli_query($con, $sql); echo $result;