Hello,
I'm working on a database for my website, and was wondering if I could get some help from you guys. I can code some basic PHP, but I really don't understand the mySQL/database portion that I need for my site.
Basically, I want a database that will allow me to add "pages" (database entries) into it through a control pannel, and then these entries can be viewable by the users. Here is a sample information I want to have in the database, all admin inputed:
ENTRY NAME: Text entry
TYPE 1: Chosen from about 50 choices
TYPE 2: Chosen from about 50 choices, based on Type 1
MANUFACTURER: Chosen from about 50 choices
MODEL: Chosen from about 50 choices, based on Manufacturer
STATUS: Chosen from 5 choices
FIELD 1: Text entry
FIELD 2: Text entry
FIELD 3: Text entry
(there may be more of these fields)
In other words, I also will need a pannel for adding types and manufacturers/models.
Is there any program that will help me out with this or must I custom code it all (in which case I have no idea how to do this)?
EDIT: There are more features that I would like to add on this, but this is the basic feature I'd like right now.
Thanks,
~ Reality