With the configuration page in place, plugin users will be able to modify configuration options and submit them to be stored in the WordPress database. The missing link at this time is the creation of a data processing function that will receive the data posted by the user and store it in the site's options table.
This recipe describes how to implement a data processing function to validate that the information being sent for storage is legitimate and to store the information in an options array.