Hi !!!

I was wondering if there's any other method in SQL to test if a given record exists 
that the typical error handling or the archetypical select clause looking for the 
primary key.

I'm making a table where the e-mail adress is the primary key, nothing amazing but 
it's my first MYSQL database. :-)

Another question, it's usual that if i try to add a new record with a e-mail address 
already in, the php script didn't told me nothing about ( doesn't add the record, but 
it didn't say nothing about duplicated record ).

Reply via email to