Search found 2 matches

by MaxBodine
Thu Dec 06, 2007 7:02 pm
Forum: PHP - Code
Topic: dynamic dropdown list not passing selection
Replies: 4
Views: 562

I GOT IT!

Thank you so much! That bit of code was put in by Dreamweaver. I was thinking I had to put the value in a variabe to pass it. But I figured it out from what you explained. Again thanks so much. I was thinking off in left field. I need to keep it simple :oops:
by MaxBodine
Thu Dec 06, 2007 12:45 pm
Forum: PHP - Code
Topic: dynamic dropdown list not passing selection
Replies: 4
Views: 562

dynamic dropdown list not passing selection

I have a dynamic dropdown list that passes the first item in the list, not the selected. I have tried so many things. I would greatly appreciate help. I have posted on serveral forums. here it the code: <? mysql_select_db($database_connJDD, $connJDD); $query_rsSKU = "SELECT products.SKU FROM pr...