Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 403 Bytes

0476.md

File metadata and controls

15 lines (12 loc) · 403 Bytes

Which of the following would you use to validate incoming data from a web form? (choose three)?

  • A) filter_* functions
  • B) preg_* functions
  • C) ctype_* functions
  • D) htmlspecialchars()
Answer

Answer: A, B, C