Tag Archives: validate

Validate Email Address Online

Use the form below to check email address is valid. Simply enter an email into the box below and hit ‘validate’ to validate the email address online. It simply makes sure the format of the email address is correct and does not verify that the email address actually exists or belongs to anyone. You can [...]

Validate IP Addresses – Javascript and PHP Example

Below is a similar post to my other post on validate email addresses example except in this post we will validate an IP address instead of an email address. I have also provided simple and straight forward code snippets for Javascript and PHP. It uses a regular expression to test if the string passed to [...]

Validate Email Addresses – Javascript and PHP Example

This is a simple and straight forward article, which is similar to my other article, Validate IP Addresses and this article provides quick Javascript and PHP code snippets that can be used validate an email address. It uses a regular expression to test if the string passed to is a valid email address and returns [...]