Skip to content

PrincyM/PHP-validation-library

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

PHP-validation-library

Elizabeth

First_name (no special chars and numbers. Not empty. Use RegEx to transform first letter uppercase) Last_name (same as First_name)

Yeganeh

Email (check format (@.). use RegEx (consider student@humber.ocad.ca)

Princy

Phone (number, remove brackets and dash before inputting to db) Radio (check that something is selected)

Liz

Dropdown (check that default isn't selected) Checkbox (check that at least one checkbox is checked)

Elizabeth

Textfield (create a max and min)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 78.3%
  • HTML 21.7%