I am building my first application using jquery mobile, which includes users entering information into a form, which is then stored in a sqlite database. I plan to deploy it using a phone call.
What measures should be taken to prevent malicious code from being entered into the form?
I can’t use server-side phone scripts if I understand correctly.
I know this is probably one of the pitfalls of coding an application this way ...
Harry source
share