Re: trouble with checkbox group...

2002-05-11 Thread Felix Geerinckx
on Sat, 11 May 2002 01:55:06 GMT, Jake wrote: > foreach $person(@people){ > if($person=="otherPer"){ > $seeList .= $newGuy; > }else{ > $seeList .= $person.","; > } > } '==' is used for *numerical* comparisons. If you want to compare string

trouble with checkbox group...

2002-05-11 Thread Jake
Hello All, Here is the situation, I have a bit of html that looks like this (i kinda hope you're viewing this with html turned off :-/ ) Christy Jane Judy Kelly Michelle Myer Nephele Phillip Scott Other when the user clicks the otherPer checkbox, they can then type a name into the otherNa