Ver Mensaje Individual
  #9 (permalink)  
Antiguo 10/10/2005, 08:37
ToFuS
 
Fecha de Ingreso: diciembre-2004
Mensajes: 114
Antigüedad: 19 años, 4 meses
Puntos: 0
Código PHP:
if((empty($_POST['id']) and (empty($_POST['usuario']) and (empty($_POST['password'])){
if (empty(
$_POST['id'])
{
 
$id_v="id";
}
if (empty(
$_POST['usuario])
{
 $usu_v="usuario";
}
if (empty($_POST['
password'])
{
 $pass_v="password";
}

$x = " ";

$mensaje='
Campos por rellenar$id_v.$x.$usu_v.$x.$pass_vn';

echo "<script>alert('
$mensaje);</script>";

Asi a bote pronto...