I didn't catch which database you are using, but you can alter a field in MySQL to add the auto_increment characteristic. Look into the "alter table" SQL statement.
Happy hacking. Chris Ryan A wrote: >how do i use the current table BUT use the more useful auto increment and >LAST_INSERT_ID() via PHP? > -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php