On Mon, 03 Aug 2009 11:01:13 +0300, leledumbo <leledumbo_c...@yahoo.co.id> 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

Reply via email to