Correlation Functions for C

Click one of the following functions for more information:

web_reg_save_paramDeprecated: Use web_reg_save_param_ex, web_reg_save_param_regexp or web_reg_save_param_xpath. Saves non-NULL terminated dynamic data from an HTML page to a parameter.
web_reg_save_param_attrib

Registers a request to save dynamic data in a server response that has been formatted as HTML. The data is saved to a parameter.

web_reg_save_param_exRegisters a request to save dynamic data located between specified boundaries. The data is saved to a parameter.
web_reg_save_param_jsonRegisters a request to save dynamic data in an buffer that has been formatted as Json. The data is saved to a parameter.
web_reg_save_param_regexpRegisters a request to save dynamic data that matches a regular expression. The data is saved to a parameter.
web_reg_save_param_xpathRegisters a request to save dynamic data in an HTML buffer that has been formatted as XML. The data is saved to a parameter.
web_save_param_lengthSaves the length of a parameter.
web_save_timestamp_paramSaves the current timestamp.
web_set_max_html_param_lenSets the maximum length of retrieved dynamic HTML information.

See also: