Pastebin

Viewing pasties tagged validation
Dec 10
PHP US phone, US zip code and Email Validation class   [PHP]

This is a small validation class that I wrote for a project a long time ago. This currently has validation filters for US phone number format, US zip code format(12345 and 12345-6789 etc) and email addresses. You can pass your own custom validations to ...

...