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...