About
Pricing
Community
Teams
Start Free Trial
Log in
DJPr0
asked on
9/25/2012
ColdFusion Radio Button to Select Table in Database
Need help with the coding my radio buttons to select table1 or table2 for my search query.
Radio Buttons:
<td><input type="radio" name="Database" value="Table1">
Table1</td>
<td><input type="radio" name="Database" value="table2">
Table2</td>
Databases
SELECT *
FROM table1
SELECT *
FROM table2
ColdFusion Language
HTML
Web Development
2
1
Last Comment
DJPr0
8/22/2022 - Mon
ASKER CERTIFIED SOLUTION
_agx_
9/25/2012
THIS SOLUTION ONLY AVAILABLE TO MEMBERS.
View this solution by signing up for a free trial.
Members can start a 7-Day free trial and enjoy unlimited access to the platform.
See Pricing Options
Start Free Trial
GET A PERSONALIZED SOLUTION
Ask your own question & get feedback from real experts
Find out why thousands trust the EE community with their toughest problems.
DJPr0
9/25/2012
ASKER
Thaks _agx_!
Your help has saved me hundreds of hours of internet surfing.
fblack61