[Solved] What language should i use for dynamic client side and server side form validation? [closed]


Easiest option for me, is to learn PHP for server-side validation.

If you want to add client-side validation (which is not a “MUST”, but is a “PLUS”), you can use Javascript. Avoid using Ajax, jQuery or any kind of advanced libraries and functionalities until you get a basic understanding of what happens where.

4

solved What language should i use for dynamic client side and server side form validation? [closed]