Roze
Sep 25th 2005, 5:17 pm
Hi,
I'm looking for a functional program that will help me have a database search form on my site. I'm having trouble coding this... I use PHP with MySQL
I want it to be able to take fields in the DB and populate drop down boxes with the data available, so users can simply choose a few options and hit Go...
I was looking at DaDaBik but they dont have a self-populating option, and I dont want to link multiple tables.
Here's what I want to do...
Widget Database:
Color Size Flavor
Red Big Fruity
Blue Tiny Meaty
Green Medium Spicy
And I would like to have a script which will take the fields of my choosing and create drop down menus based on available data.
Color: (drop down menu would say Red, Blue, Green)
Size: (drop down menu would say Big, Tiny, Medium)
Flavor: (drop down menu would say Fruity, Meaty, Spicy)
Any one have a solution for me? It's a bit beyond my coding abilities.
I'm looking for a functional program that will help me have a database search form on my site. I'm having trouble coding this... I use PHP with MySQL
I want it to be able to take fields in the DB and populate drop down boxes with the data available, so users can simply choose a few options and hit Go...
I was looking at DaDaBik but they dont have a self-populating option, and I dont want to link multiple tables.
Here's what I want to do...
Widget Database:
Color Size Flavor
Red Big Fruity
Blue Tiny Meaty
Green Medium Spicy
And I would like to have a script which will take the fields of my choosing and create drop down menus based on available data.
Color: (drop down menu would say Red, Blue, Green)
Size: (drop down menu would say Big, Tiny, Medium)
Flavor: (drop down menu would say Fruity, Meaty, Spicy)
Any one have a solution for me? It's a bit beyond my coding abilities.