As part of my project, I am required to provide my client a functionality that can verify the input Social Security Number by using CBSV's web service. I've read the documents in CBSV's website, including http://www.ssa.gov/cbsv/webservice.html, but can't see any example that may help me to write a code to verify SSN. Right now there are some issues that I'm trying to figure out how to solve.
- Should I use PHP (the programming language of my app) or Javascript (the js part of my app) for SSN Verification? If PHP, then how?
- If Javascript, then do I need to create an AJAX call to process? If so, how should I begin with this requirement? And if not, there is any other way to do this?
I need help. :(