in reply to code help
Create a Used-Names table where EMAIL name is a unique index or constraint. Insert into the table in a loop where you are eval()ing $sth->execute() and checking DBI::err or DBI::errstr for your database vendor specific "duplicate key/unique field" error.
|
|---|