php isset post

119

php isset post -

if (!empty($_POST["mail"])) {
    echo "Yes, mail is set";    
} else {  
    echo "No, mail is not set";
}

Comments

Submit
0 Comments