Profile

Achievement

first submission:submitting first snipplet

apphp-snippets's Recent SnippetsTagged validation



« 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 784 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 841 posted 11 years ago by apphp-snippets
« Prev 1 Next »