Are you deleting them one by one? If you set a condition for the
deleting, then the auto_increment value won't go back to zero, but if
you just delete all it will.
For example, if you say:
delete from my_table where 1>0;
it won't reset the value.
But if you just say:
delete from my_table;
it shou
I have a client who would like to make some simple database-driven pages
using PHP and MySQL, but he doesn't know how to use either. He asked me
if there was a program that he could use to create pages that would be
easier than having to learn both PHP and MySQL. I've always done
everything from