Ask a Question related to Dreamweaver AppDev, Design and Development.
-
virtual1 #1
SQL Query with Radio Buttons
I'm running a search from my web page with multiple criteria. One of the
criteria is a section called Pay Range. I have radio buttons set up for the
following options: Range 1 2 3 4 Any I can match up a result from the
database if their is a candidate with a pay range of either 1, 2, 3, or 4. But
how do I pass along to the query that range doesn't matter if 'Any' is
selected. Is there some sort of 'IF' type statement or logic that I can
build into my SQL query to ignore this criteria if 'ANY' is selected? Thank you
virtual1 Guest
-
help with radio buttons
I need some help with my radio buttons. I have 3 radio buttons in my form. Now when one is selected and the form is submitted they all go to the... -
Radio Buttons
hi, can you let me know how to clear a radio button when the screen is loaded up again -
Flash MX 2004: Making radio buttons without using the radio buttoncomponent
Hello Can anyway suggest a good guide for making radio buttons without the radio button component? I'm new to Flash, but I've gotten to the point... -
XML into radio buttons
Hi, I am trying to attachMovie an XML file into a list radio buttons. Can anybody show me a clue on how to do that? Any comment, code, web site... -
Radio buttons help
Try Using The Following: radioButtonName.setStyle("color", 0xFFFFFF); Replace The "FFFFFF" With The Hex Code For Whatever Colour You Want. -
Chris Seymour #2
Re: SQL Query with Radio Buttons
Hello,
You have a couple of options. When you are building the SQL if the
visitor selects any you can leave the criteria for range out or you can
use a wildcard to select any range. It really depends on your comfort
level and database.
If you need a hand, feel free to drop me a line.
Thanks.
Chris
virtual1 wrote:> I'm running a search from my web page with multiple criteria. One of the
> criteria is a section called Pay Range. I have radio buttons set up for the
> following options: Range 1 2 3 4 Any I can match up a result from the
> database if their is a candidate with a pay range of either 1, 2, 3, or 4. But
> how do I pass along to the query that range doesn't matter if 'Any' is
> selected. Is there some sort of 'IF' type statement or logic that I can
> build into my SQL query to ignore this criteria if 'ANY' is selected? Thank you
>Chris Seymour Guest



Reply With Quote

