An important usability aspect of any user interface is to display an acknowledgement message when users have completed a task successfully. As you may have noticed in the previous recipe, WordPress does not provide any user feedback by default after configuration data has been saved to the options table.
This recipe explains how to display an acknowledgement message on the configuration page after the user has updated the plugin's configuration options.