• im working with a localhost sql database that has 22 tables and im looking to display the data of the tables applying filters and also adding data to the tables through the website that i am creating with wordpress (all in localhost).
    almost all the tables have relations with one another and i’m trying to figure out if there is a plugin or some way to do so.

    goals:

    with my current data in the data base i wanna be able to select employers from my employers table and assign them new tasks that i should ask in the tasks table one or many task would be for a current or new client. etc etc

Viewing 1 replies (of 1 total)
  • WP-Query, Advanced Custom Fields, and WP Data Tables are popular plugins that can help to solve your issue. once you have chosen a plugin you will need to configure it to your database and display the result in your WordPress site. To select employers from your employers’ table and assign them new tasks, you can use a combination of the WP-Query function and the Advanced Custom Fields plugin.

Viewing 1 replies (of 1 total)

The topic ‘merging a database with my website do display modify and add data’ is closed to new replies.