Ma non ti serve il limite superiore per estrarre i record casualmente
select * from tabella order by rand()
comunque in mysql
select last_insert_id()
e in php
http://se.php.net/manual/it/function...-insert-id.php
Ma non ti serve il limite superiore per estrarre i record casualmente
select * from tabella order by rand()
comunque in mysql
select last_insert_id()
e in php
http://se.php.net/manual/it/function...-insert-id.php