
30/03/2004, 04:49
|
 | | | Fecha de Ingreso: diciembre-2003 Ubicación: ELCHE
Mensajes: 322
Antigüedad: 21 años, 3 meses Puntos: 0 | |
hola,
es muy sencillo Código PHP: // con esto se comprueba si tiene valor o no
if ( empty($_POST['envio']) ) // no tiene valor
{
// aqui haces acciones cuando no tiene valor
}
else // aqui se puede utilizar por que si
$valor = $_POST['envio']; // tiene valor
espero que te funcione.
un saludo.
__________________ If you think fuck is funny, fuck yourself and save your money,
espero que entendais la moraleja... je, je, je |