• Hi peeps

    I have started building my own little plugin, but have run into some issues….
    Ok so my plugin consists of a front and back-end, front-end is pulled via a short code. When you install it, it makes a new table in the mysql database for it to store and pull the user’s entries from. Its a form in the back end that the user inputs data through and displays the plugins data base table current content in a html table. All this works fine.(I pull the plugins data base table data and echo it out in the back-end and front-end in the form of a html table using a for & for-each loop.)

    I would like to know how to add the options/functions of editing and deleting the entries previously made by the user in the back-end ?

  • The topic ‘How to get my custom plugin to edit its database table’ is closed to new replies.