Alex, Heres a very simple way to do exactly what you want as long as you are deleting all the records from the table: once you are in phpmyadmin you should have a frame with the database name(s) on the left and the tables on the right, click on the database name so that you have a list of tables in the right frame...click the table you want to reset on the left frame, the right frame will reload with that tables details.... then on the top right you will find a link that says "empty" click that and it will delete everything and reset everything.... Another way would be to simply export the table structure, drop the table and create it again... HTH Cheers, Ryan -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php