Strategy: Depending on the HTTP method
- Process submitted form data.
- Render the page, build up the form(s).
How?
ns_getform- returns an
ns_setwith the form values, if any. ns_conn method- returns the method used (
GET,POST, …)
Strategy: Depending on the HTTP method
How?
ns_getformns_set with the form values, if any.ns_conn methodGET, POST, …)
Sample form
/ Submission result: You got me: nothing
.