how to use validation in php? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

how to use validation in php?

18th Aug 2016, 4:53 PM
Digital Saurav
Digital Saurav - avatar
2 Answers
0
expand your "validation" word. What do you want to validate?
18th Aug 2016, 9:22 PM
Bekir Uzun
Bekir Uzun - avatar
0
There is the isset() function, you can compare using regex, check the values using comparator's ect. If you are using a framework like lavavel, it includes other methods that makes your life easier, just look at the official docs.
29th Oct 2016, 4:12 PM
Nicolas Dussault-Pilon
Nicolas Dussault-Pilon - avatar