0
what is best js or php on form validation
2 ответов
+ 4
I do Validate Forms from Server-side since users can't disable server-sided codes and can't see it. 
But Client-side users can disable scripts or javascript which might be a major setback to site security. 
But Ruben Perdigao Is Right 
Validate from Frontend and Backend
+ 1
both, you should always validate a form both the on front end and back end.



