I've been using jQuery to post data and was wondering how best to perform server-side validation on the data. I check the values client-side but know it's good practice to also check server-side.
I've searched online but can't really find any examples.