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

asked on

PHP WordPress Plugin available?

Hi Experts,

I need a wordpress plugin that will allow me to do the following:

- View information from the database (possibly in a table format)
- add information into the database
- edit information
- delete information

I also want to be able to upload documents, against each data i submit.

Currently I have a WordPress website and MySQL database.

Are there any available plugins out there for WordPress that do something like this or even similar to what I want?

Thanks in advance.

Regards,
Avatar of GregArnott
GregArnott
Flag of Australia image

Avatar of lenamtl
WP-Table Reloaded is to create HTML tables for your pages that can be very easily edited. Very good plugin that I use often.

It is not for the purpose of viewing database tables - although it does write back to one.
ASKER CERTIFIED SOLUTION
Avatar of mukulgupta
mukulgupta

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

How do I create a form while im creating my wordpress plugin?
Not WordPress specific, but you might want to learn about phpMyAdmin.  Very useful!
Avatar of Fezi

ASKER

I don't understand? I know phpMyAdmin, I'm creating a plugin for WordPress, so need to create a form, and data entered into the database (phpMyAdmin)
Avatar of mukulgupta
mukulgupta

Do you want it to enter in a specific database or your wordpress instalation database . Because gravity forms had a seperate database ahich can be easily exported into easy to use excel .csv files . Now a form can be created by going in the forms menu and clicking on "new form " after installing gravity forms main plugin . http://www.gravityforms.com/ 

The submissions for the form can be displayed as a table easily .
Gravity forms with the add on can do it.

Formidable Pro does it without any extra add-ons.
Avatar of Fezi

ASKER

Good solution. Plugin works like a charm