0
How to do validation in php
pls give answer
2 Antworten
+ 21
For custom validation check out these functions: isset(), empty(), is_null(), is_array() and etc.
Modern frameworks like Symfony already have tools to ease the validation process.
+ 1
What do you mean validation? Check for syntax errors?