Re: [PHP] Validating Radio Buttons in two directions

2006-02-01 Thread HiFi Tubes
Here's the solution I came up with for checking the columns to varify only one in a column is selected (without using JavaScript) in a matrix of radio buttons consisting of 4 columns and 4 rows. Doing this was complicated by the fact that some rows did not have to be answered. The radio buttons th

Re: [PHP] Validating Radio Buttons in two directions

2006-01-19 Thread HiFi Tubes
On 1/19/06, Richard Lynch <[EMAIL PROTECTED]> wrote: > > On Mon, January 16, 2006 9:16 pm, HiFi Tubes wrote: > > I'm kind of a newbie so speak sowly. > > > > I've got a problem with validating radio buttons that seems to be > > harder > >

Re: [PHP] Validating Radio Buttons in two directions

2006-01-17 Thread HiFi Tubes
Oops I should have said Austin not John below. Austin, could you or someone point my in the direction of how to do this in PHP? Thanks so much. HiFi Tubes On 1/17/06, HiFi Tubes <[EMAIL PROTECTED]> wrote: > > Thanks to all of you who responded. Yes, I am doing the grid --bas

Re: [PHP] Validating Radio Buttons in two directions

2006-01-17 Thread HiFi Tubes
ke to keep this in php if I could. HiFi Tubes On 1/17/06, tedd <[EMAIL PROTECTED]> wrote: > > >On Tue, 17 Jan 2006 10:45:01 -0500 > >John Nichel <[EMAIL PROTECTED] > wrote: > >> > >> Huh? Maybe I'm just not awake this morning and not understand

[PHP] Validating Radio Buttons in two directions

2006-01-16 Thread HiFi Tubes
nk one color to copmplete the question. I created an array with the answers and then used array_count_values to find out the frequency but that chokes on color rankings that are left blank. How do I assure that only one color is ranked at any one value? I hope my question makes sense. Any help wi