afc_cgi_manager_get_val

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

See Also