Used HTML code:

<input type="radio" name="empleados" value="1-24">
<input type="radio" name="empleados" value="25-99">
<input type="radio" name="empleados" value="100-399">
<input type="radio" name="empleados" value="&gt;399">

PHP code:
$msgtxt .= "\r\nEmpleados: $empleados";

Whatever radio button is selected, the $msgtxt becomes: "Empleados 0"

As far as I know the variable $empleados should have the choice that was
made in the form. Why did it return "0"? What did I do wrong? Note that all
other form entries work fine, only radio buttons seem to be problematic.

Please CC to my email too.





-- 
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]

Reply via email to