Link to home
Start Free TrialLog in
Avatar of Richard Korts
Richard KortsFlag for United States of America

asked on

Database App with Wordpress Site

I want to build a WordPress site, then add a php/MySQL database app that let's me do a custom design on the application keeping the look & feel of the Wordpress site.

Can someone refer me to a reference that shows how to do this and/or gives examples?

Thanks
Avatar of Trenton Knew
Trenton Knew

so, basically you want to create your own theme?  Wordpress is built using php/MySQL.  Are you trying to reinvent the wheel?  What is it you hope to accomplish?
I found this book to be a useful introduction.
http://www.amazon.com/Wordpress-Beginners-Step---Step-Creating/dp/1490532471/

And there is the "horses's mouth" in the codex:
http://codex.wordpress.org/

You will want to learn about these things (terms of art in WP): posts, pages, plugins, widgets and themes.
Avatar of Richard Korts

ASKER

To Trenton Knew:

I probably did not pose the question correctly.

I am well aware that WordPress uses MySQL & php. I need to create a basic site in Wordpress, using a theme, building content & then add a customer scheduling function to that site.

For example, look at http://www.maidpro.com/. Note how you can find a maid service in your zip code. There is a custom database (or custom tables) behind this that contain all the maid providers & info about them. There is at least one customer table that houses the info about the customer provided when they fill out the form.

There is a backend admin capability where the site admin can add maid services. Update or modify data, delete providers, etc.

So I want to add these capabilities to a basic WordPress site.

Perhaps it’s simple & I’m overcomplicating it. I’m sort of sensing that the WordPress terminology for this MIGHT be a “plugin”.

Might that be correct?

Thanks
ASKER CERTIFIED SOLUTION
Avatar of Trenton Knew
Trenton Knew

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