29/11/2004, 15:35
|
| | Fecha de Ingreso: noviembre-2004
Mensajes: 4
Antigüedad: 20 años Puntos: 0 | |
hola! puedes utilizar:
if (!$_POST[variable1] || !$_POST[variable2] || !$_POST[variable_n]){
acciones(..........);
funciones(........);
}
espero te funcione.
saludos |