lollisoft
Member
Posted 4 years ago #
Hi,
I am new to this forum or at least this is my first post - I think :-)
I#d like to develop a plugin that provides me with displaying and editing data in
tables of an SQL database.
Are there any plugins that I can look into how they are developed as a starting point ?
Thanks, Lothar
If you just want to manage your tables, you can use this plugin:
http://wordpress.org/extend/plugins/wp-phpmyadmin/
If you want to know how to write a plugin to insert, update, display, etc
read http://codex.wordpress.org/
and check the code for any of my plugins, ie http://wordpress.org/extend/plugins/sms-text-message/ which updates and displays data from the database.