Read the WordPress codex, specifically http://codex.wordpress.org/Plugin_API and if you are looking to create tables read http://codex.wordpress.org/Creating_Tables_with_Plugins. Make sure you remove them if the plugin is uninstalled.
Related Posts:
- How to Add an Index to Plugin Database table
- Creating two database tables via plugin
- How does WordPress handle MySQL row lock errors?
- Simple form that saves to database
- Where should my plugin POST to?
- Plugin development: how to create a form and get custom data?
- shortcode doesn’t work
- WordPress register_activation_hook table creation not working
- Admin page: form with enctype=”multipart/form-data” does not transfer its data
- Default Plugin Settings Not Writing to Database
- How to trigger $_GET request within admin plugin page?
- Building an email signup form. Where should the information be saved in the DB?
- Retrieving a Value from a wp-database
- WP plugins for building a database?
- Custom form action to handle data inside a plugin
- Plugin Options Not Saving to Database in WP 4.5
- wp_create_nonce function doesn’t work inside a plugin?
- How to create custom tables in WordPress using my own plugin?
- New User Form – Custom Menu Page
- Is it possible to create Custom Post plug-in?
- Help With MySQL to WPDB Query Conversion
- Using a custom plugin to capture input data via Ajax and PHP
- Prevent duplicate records in plugin table
- WordPress Backend HA (Automatic failover)
- Checkbox conflict in my custom plugin admin page
- How can I change the meta_key for a particular piece of information?
- Can I create a table on my DB without creating a plugin?
- WordPress : Explain Plugins & Theme string value in database
- Is it necessary to auto delete my WP plugin database tables when users deactivate/delete my plugin?
- How to insert and call new data in wordpress website database through a plugin
- WPDB: Update table
- Issue running db create table query from static method
- Separate database for a wordpress plugin
- Submit Form data to another page via Ajax (WordPress Way)
- Best/Correct way to add an option to a category
- What is the WordPress approach to custom data?
- How to create plugin/ page that reads from database
- DB Query not working in Plugin
- Storing The Data Collected by Ninja Forms into Another (custom) Database [closed]
- Comment “like” problem – “users who like this” avatar linking to current user profile instead of “liker’s” profile
- WordPress plugin: efficient way to store large data
- Select Form Element Not Saving from Plugin Options
- Storing Form data in a different database
- Integrating Custom Database with WordPress
- How to display results from a data table with an encrypted user id?
- How to append new form elements in “Add New” form of Users in WordPress admin panel?
- How to make a Product page without ordering and database
- User loggedin as Subscriber form not sending
- I want to schedule email (date, time is in database->table) wp_schedule_event() not working
- How to securely controlling data without keeping it in postmeta?
- $wpdb->insert not working inside save_post tag
- submit form data to wordpress existing database table using my plugin
- Where do the section input fields values are stored in database
- My plugin can’t see my files
- how can i get records from wp_postmeta table using particular meta_key in database?
- WP_Filesystem usage within a block of code
- Include plugin form in the home page
- Create user assessment and use results in sql query
- Linking Plugin Files to WP
- Create plugin with form in post and submit it to specific form
- Capturing POST data
- Create New Admin Menu Section – Like how custom post type works, in a way
- Allow users to enter and edit data in one-to-many configuration
- Undefined variable _POST
- How to submit the custom form data in database in WordPress without plugin?
- get_option returning a different value from what’s saved
- How can I delete the options from DB when the plugin is deleted?
- register_activation_hook not working
- On the same site, how do I send data from a plugin file to a theme file?
- Form with response button after on table after submission
- plugin doesn’t retrieve data from database
- Can’t save formdata in DB
- Display file contents within Plugin
- Dequeue / Deregister script and replace it with a new plugin
- Hide Theme options and Customize Admin menu
- WP Post Template – Templates in own folder
- Plugin options page with live preview?
- How to update post’s content on post publish?
- WordPress plugin admin html being shown in Customizer iframe
- Create a table with wordpress plugin boilerplate
- Ordering taxonomies by rank
- Plugin Options not being output
- Is there a way to embed a Google Docs form in a page without using plugins?
- How to edit a published post?
- add_submenu_page returns null
- Remember the Meta Value With Radio Buttons
- How to embed a new string in url?
- Add hook after content without formatting
- wc_get_template_part doesnt display the content [duplicate]
- admin_post hook not firing function inside class
- Thumbnail image doesn’t show up in Shortcode output
- Fatal error: require_once(): Failed opening required
- Programmatically generate new pages for a site based on page template and content elements accessed via DB
- WordPress environment not loading properly
- Write mysql credentials in plugin
- How to provide access to specific plugin to all the user roles except subscriber in wordpress
- Output pure JSON wordpress
- how to remove a rel=”nofollow” using call to action plugin
- Function not being called on form submit, only blank admin-post.php page
- How to give specific class name to category in wordpress with code snippets