Form Data Processing
Package:
Summary:
Generate SQL queries from HTTP request values
Groups:
Author:
Description:
This class can be used to generate SQL queries from HTTP request values.
It processes the HTTP GET or POST request values and generates SQL INSERT or UPDATE statements mapping request value names to table fields and request values to table field values.
It can exclude variables from an array or regular expression and add custom values to use in the query. It can also combine request values.
It processes the HTTP GET or POST request values and generates SQL INSERT or UPDATE statements mapping request value names to table fields and request values to table field values.
It can exclude variables from an array or regular expression and add custom values to use in the query. It can also combine request values.
Comments are closed.