Name
afc_cgi_manager_get_val -- Gets a specific form field data
Synopsis
int afc_cgi_manager_get_val
( CGIManager * cgi_manager, char * name );
Description
this function retrieve a specific form field value. All you have to provide
is the form field name, and then (if the field really exists) it will be returned.
Inputs
- cgi_manager
Pointer to a valid afc_cgi_manager instance.
- name
Form Field name.
Result
a pointer to a valid string containing the requested field's value.
If an error occurs, or the field cannot be found, then NULL is returned.