$sql = mysql_query("select MAX(okul_no) as enbuyuk from tablo");
$verim = mysql_fetch_array($sql);
echo $verim[enbuyuk];