PDA

Click to See Complete Forum and Search --> : Database can it be added to a WP site?


crazy wabbit
07-24-2009, 01:06 PM
Can a WP site use a database? Or it would be better to design the site in other languages and forget working with WP.

Drazan
07-24-2009, 11:20 PM
as in WordPress?

you actually read the site --- right?

Everything you are asking is right in their documentation, on their site within a couple clicks.

crazy wabbit
07-25-2009, 02:00 AM
Thanks.

hippo
07-26-2009, 08:25 AM
sure can
but tell exactly what you need

crazy wabbit
07-26-2009, 01:19 PM
Hi Hippo, Well a prospect asked if she can have a site designer with WP but she also wants client login, registration, address, basically all sort of data to be recorded in the data base as each client registers their account.
My question was that if this is programmed into WordPress or it is a plugin that has the basic features but can be customized?

darryncooke
07-27-2009, 07:19 AM
well WP uses PHP and MYSQL. you can add a new table and separate page that collects the data along with a sign in sheet and then protect all the WP pages with a php script that checks for validation.

crazy wabbit
07-27-2009, 01:17 PM
Cool thanks.