View file t1.php

File size: 141B
<?
include ("func/ini.php");
$qi = mysql_query("select * from `uzvers` order by id desc;");
$row=mysql_fetch_array($qi);
echo  $row['id'];
?>