Hey everyone i have a database for a plumbing site i am working on.
They would like some way for customers to send in a ticket to there system and they need it up right now. I am building a ticketing system for them right now but i need a form that would work just for the time being.
Here is what i am trying to do.
I will have a drop down box (only what i am using right now. If there is a easier way let me know via check boxes or radio buttons) that will have items in there that corrispond with the database.
example: Kitchen, Bathroom, Laundry, ..... and so on.
What i need to do is be able to put the selected item into a mysql command so the next drop down box will display the items for what was selected from above.
So if Kitchen was selected it would show:
Dishwasher
sink
fridge
fridge - Front
fridge - Back
That is something that i would need it to be.
If anyone has any ideas please let me know and this way i can get this done.
I have only been using php for a while and have not found anything like this before so i am still learning.
Also if you know of any good reference points that i can beef up on my php i would appreciate the help.