What are the most common PHP
validation functions and techniques?

  • The "ctype" functions
    .
  • stripos()
    .
  • preg_match()
    .
  • Validation by lookup
    .
 


+ o -