These functions take input from a form and generate a string which can be used in a database query. If you do a lot of database work, this will make your life much easier.
This class is the missing link between an html form and its associated database table. It is designed to accept posted form data and input it directly into a database, without
having to manually type a list of each form field in the traditional manner.