> My question is this: is it possible to use
> autoincrement to generate
> the id's and still keep them sequential when I delete say,
> item 3 of 5.
Generally speaking, an auto-increment column will not fill gaps and keep
sequential orders. Your choice, basically, is to write your code
I'm writing a mailing list manager in an effort to learn mysql and
php and I've run into a bit of a problem extremely early on. . . I'm trying
to get the database to be updateable by the user so that the user can add
and remove addresses as needed. In order to do this I'm using autoincremen
2 matches
Mail list logo