Guys, I have a form on html page, where validate the inputs of the form with javascript, and then post the form to a .php page, where the inputs are received using $_REQUEST method and inserted into MySQL database.
Is there any sequrity issue with that? Or must I use server side validation instead?
Any comments are hightly appreciated.
Yours,
Dan