I have a database created in MySQL. It is a database that contains information about lamps for tanning beds. it's structured like so:
dbname: lamps
table1name: family2
fields:
id
familyname
url
urlag
table2name: lamp_type2
fields:
id
family
name
table3name: replacement2
fields:
id
groupid
lampid
preferred
This is a URL of how it works:
http://www.australiangold.com/lamps/lamps.asp
Table one holds the lamp name and urls and works with table 2 to populate the 2 drop-downs.
Table 3 is called to create the list that appears once you hit the submit button.
My goal is to build something that does the following:
- I want to be able to submit a new lamp
- I want to be able to assign lamp compatibilities
Table one and two contain all lamp names and 'product numbers' for both our company lamps and competitor lamps. However our matrix only shows compatibility information for our lamps.
I have literally just finished my first effort at doing data driven sites and I'm very proud of it. But this project is just a tad over my head (if not a lot).
Can someone help me along with this effort? Yes - i'm asking someone to helpe me write this. lol I suspect we're not talking about a lot here - but I could clearly be wrong. hehe
thanks,
Rob