|
We have a client who is wanting to create an online database system for items for their company.The idea is an online form that the user would use to create the line items, and then the database would show in the respective areas on the website.
The user would have a separate web page that is a form. This form would have text boxes for the basic info needed, such as Part Number, Item Name, Description, & Price. There would also be a place they could attach a photo of the object. Hopefully the software would automatically resize the photo to create a thumbnail image, and when clicked a larger image of the photo would appear.
Also on this form page will be drop down menus, "Category" and then "Sub-Category." When a category is selected, then a list of sub-categories for that category will appear to select. When the Submit button is pressed, the item is then properly displayed on it's respective page.
There will also need to be a way for them to delete and edit the items.
I believe all the categories will be initially defined, so there will be no need to have a place to create categories and sub categories.
I don't know how to do this, or where to start, so I am looking for some help in getting me going. I know some php, and very little mysql. I have attached a mock up of what we are trying to achieve.
Thanks for any help!
|