Link to home
Start Free TrialLog in
Avatar of Fezi
FeziFlag for United Kingdom of Great Britain and Northern Ireland

asked on

Create a WordPress Plugin to display data in a database table

Hi Experts,

I want to develop a wordpress plugin that allows me to "manage" the database table I have created. I have a database table which contains numerous number of records, and I want the plugin to be able to add/edit/delete entries and list the entries. Also I want to display the results like a post in the front-end of the wordpress website.

Is there any possible way of doing this?

Thanks in advance.

Regards,
Avatar of Fezi
Fezi
Flag of United Kingdom of Great Britain and Northern Ireland image

ASKER

Hi Experts,

Can anyone shed some light on this topic, please? I've not found a solution for this.
Avatar of Jason C. Levine
Hi Fezi,

Why do you want a plugin to do this?  Wouldn't it be simpler to make a page that has the code to connect to the table and forms to manage it instead of having to do the full architecture?
Avatar of Fezi

ASKER

I just thought if I create a plugin to do this, i could reuse this in future sites, maybe.

If it's simpler to do the way you suggested, how do I connect the database to a table and add, etc.. I have a table with data, which I want to be displayed in seperate pages
ASKER CERTIFIED SOLUTION
Avatar of Jason C. Levine
Jason C. Levine
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Fezi

ASKER

Thanks, solution was correct.