Good Morning.
Could someone tell me how you would go about doing a query to just get records that have an email account with(hotmail.com or msn.com or live.com)
I'm sure I could do it by selecting the entire DB and sorting them in PHP based on exploding the email field, but just wondered if there was a way to accomplish that in the query itself, so all that would return would be the records with those email account.
Thanks in advance for your feedback.
Douglas