flo3376,
il y a 13 ans
j'ai trouvé:
$id = mysql_query('SELECT MAX( aircraft ) FROM `tracker_pireps` LIMIT 1');
$id = mysql_result($id,0);
echo $id;
echo '<br>';