How to Create a WordPress Plugin Part2
In this tutorial we are going to build on the plugin from the first video (http://youtu.be/GAwPa4fP90c) and introduce the following concepts:
– Using forms to submit data from your plugins admin page
– How to store your plugin data in the wp_options page for easy retrieval.
Blog Post – http://www.tipsandtricks-hq.com/how-to-create-a-wordpress-plugin-video-tutorial-4547
source