
October 19th, 2012, 07:50 AM
|
|
Registered User
|
|
Join Date: May 2010
Posts: 28
Time spent in forums: 4 h 41 m 2 sec
Reputation Power: 0
|
|
[JS + PHP] Steps + recommendations?
Hello
This is a semi-newbie question.
I'd like to learn the different steps to write a small and secure form + response web application.
I'll use some JavaScript on the client (jQuery, and possibly more) to provide a form, and some PHP to handle the query.
But I'm a bit in the dark at how I should check that the user has entered all the required data, that they look kosher, require the user to use a CAPTHA, and perform a second check (sanitizing) in the PHP script before going ahead.
Do you know of a good tutorial that would provide the big picture?
Thank you.
|