leon_nerd Posted August 15, 2011 Share Posted August 15, 2011 Hi Guys, I am working on an application where we need to have each user input unique email id. Now, the problem is with gmail IDs. In gmail username@gmail is same as [email protected] which is again same as [email protected]. Now, how to make sure that only one of a kind of email id is allowed. I am storing the email IDs in the database. Should, I be using a query involving LIKE ? Please suggest. Quote Link to comment https://forums.phpfreaks.com/topic/244874-checking-similar-gmail-email-ids/ Share on other sites More sharing options...
MasterACE14 Posted August 16, 2011 Share Posted August 16, 2011 just remove all the dots. Unless I've misunderstood the problem? Quote Link to comment https://forums.phpfreaks.com/topic/244874-checking-similar-gmail-email-ids/#findComment-1257918 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.