+ 2
how to use validation in php?
2 Respostas
0
expand your "validation" word. What do you want to validate?
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.