Question
Can error messgaes be changed?
I'm creating a form that asks the user's e-mail address and stores it in a MySQL db. The e-mail address is a primary key and defined as "Unique". When I test with a duplicate e-mail address I get the correct error message "Duplicate entry 'a@t10.com' for key 1", I'd really like to make this a little more meaningful for the user - something like "Thanks but we've already received a reply from your e-mail address". Is there a way this can be changed - easily?
Thanks,
Tony Babb
