Specific Row Data

Questions about the MySQL, PostgreSQL, and most other databases, as well as using it with PHP can be asked here.

Moderator: General Moderators

Post Reply
beechtop
Forum Newbie
Posts: 1
Joined: Thu Mar 18, 2004 3:14 pm
Location: LA

Specific Row Data

Post by beechtop »

I am setting up a shopping cart for someone, and they want to add customizeable options to it. I'm trying to figure out what the best way to do that is, using PHP and most likely a form drop down menu on the page.

The problem I'm having is, how do i make the drop down menu have options specific only to that product, and not just general options...

Here is a link to my page...
http://jg.enterprisehosting.com/main.ph ... bonappetit

And the sourcecode...
http://jg.enterprisehosting.com/Product ... ppetit.txt

Possibly, I could just set up database colums with options, but my question would then be how do i only get the info from that specific row...

Rich
Post Reply