Mysql, php and unsubscribe or delete

2004-08-09 Thread Remember14a
Dear Friends, I have a table in mysql database, which retains emails, I have PHP application where I enter emails and emails get stored in mysql database,table, I have an option to unsubscribe as well, which works, However, Problem application is giving me is in case I unsubscribe one email

Re: Mysql, php and unsubscribe or delete

2004-08-09 Thread Ludwig Pummer
My guess is that since your id field is not auto_increment and you're not specifying a value, all email addresses are getting an id of 0. Since your primary key is composed of both id and email, MySQL isn't complaining. [EMAIL PROTECTED] wrote: However, Problem application is giving me is in