> hi, > HOW CAN SET FIRST VALUE OF AUTO_INCREMENT FIELD. > EXAMPLE : I WANT FIRST VALUE OF AUTO_INCREMENT VALUE = 1000 What does this have to do with PHP? Read the MySQL manual. ---John Holmes... PS: ALTER TABLE tablename SET AUTO_INCREMENT = 1000 -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php