Ciao.
Con la function empty
puoi fare un controllo sui
campi vuoti in questo
modo
if(empty($postValue))
{
echo "Ci devi mettere qc !";
}
Stammi bene.