Profile
Achievement
apphp-snippets's Recent SnippetsTagged validation
- All /
« Prev 1 Next »
This code demonstrates a simple way to validate IP address using preg_match() PHP function. This is a very simple code, that allows you to perform this task quickly with a minimum lines of code.
0
1085
posted 10 years ago by apphp-snippets
One of the important things about user input is to verify that the user has supplied the email that you have requested. The function below allows you to verify email address with easy.
1
1118
posted 11 years ago by apphp-snippets