Ver original$resultado = mysql_query("SHOW TABLE STATUS LIKE 'tuTabla'");$fila = mysql_fetch_array($resultado);$proximoId= $fila['Auto_increment'];