Try this:
if($radio1 == $opt1)
{
do whatever....
}
rdb
At 04:39 PM 2/8/01 +0000, Miguel Loureiro wrote:
>Hello,
>I have sometging like this:
><input type="Radio" name="radio1" value=<? echo $opt1 ?>">Opt1
>
>how I know if some user choose some radiobutton???
>I tried if($opt1) , but without success....
>
>T.Y.
>
>Miguel Loureiro <[EMAIL PROTECTED] >
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]