<?php $sk = mysql_query ("select id from irasai order by id desc limit 0,1") or die(mysql_error()); $row = mysql_fetch_array($sk); echo $row[id]; ?>