Ver Mensaje Individual
  #6 (permalink)  
Antiguo 07/02/2010, 14:45
Avatar de vicram10
vicram10
 
Fecha de Ingreso: enero-2009
Ubicación: Asuncion
Mensajes: 326
Antigüedad: 15 años, 3 meses
Puntos: 27
Respuesta: 4 radio button 1 textbox pregunta????

Código PHP:
if (isset($_POST['name_radio_button']) && $_POST['name_radio_button'] == 'otros')
{
     
$valor $_POST['name_textbox'];
}else{
     
$valor $_POST['name_radio_button'];

Es cuestion de probar a ver si te funciona..

salu2