
SQL Email Validation (Basic)
It’s quite common that you will store an email address in your database, but before you do so it might be worth making sure that it’s at least a valid email address. Now, this is a very basic validation, as it will only make sure that the string is in the correct email “structure”, it’s not going to check to make sure the domain is … Continue reading SQL Email Validation (Basic)