MySQL. SELECT AUTO_INCREMENT
Получить значение поля auto_increment следующей записи:
$q=mysql_query("SHOW TABLE STATUS LIKE 'tablename'"); $r=mysql_fetch_assoc($q); $ai=$r['Auto_increment'];
Получить значение поля auto_increment следующей записи:
$q=mysql_query("SHOW TABLE STATUS LIKE 'tablename'"); $r=mysql_fetch_assoc($q); $ai=$r['Auto_increment'];