LinkedIn PHP Skill Quiz Assessment Answers

For the HTML form below, what is the correct functioning script that checks the input “mail” to be sure it is filled before proceeding?

Latest Update on 30th November, 2021 by Certification Course Answers

For the HTML form below, what is the correct functioning script that checks the input “mail” to be sure it is filled before proceeding?

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

Latest Updates

No posts found in this category.