Re: Radio buttons problem

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Mon, 03 Aug 2009 11:01:13 +0300, leledumbo <leledumbo_cool@xxxxxxxxxxx> wrote:



How can I make a radio button in one entry to behave independently from the
one in another so that it can be accessed as name and email above?

This should work:

<input type='radio' name='sex[1]' value='1'>
<input type='radio' name='sex[1]' value='2'>
<input type='radio' name='sex[2]' value='1'>
<input type='radio' name='sex[2]' value='2'>



--

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux