Tema: Unckeck
Ver Mensaje Individual
  #2 (permalink)  
Antiguo 18/04/2006, 14:43
Avatar de mauled
mauled
 
Fecha de Ingreso: marzo-2005
Ubicación: Cd. de México.
Mensajes: 3.001
Antigüedad: 19 años, 1 mes
Puntos: 33
Podrias utilizar la funcion empty()

Código PHP:
<?
if(empty($_POST['especialidades_no'))
{
//TU CODIGO
}
?>