Skip to content

Instantly share code, notes, and snippets.

@Octagon-simon
Created October 3, 2021 12:27
Show Gist options
  • Select an option

  • Save Octagon-simon/84d38962ec3541bbd79f2ae9208f6a93 to your computer and use it in GitHub Desktop.

Select an option

Save Octagon-simon/84d38962ec3541bbd79f2ae9208f6a93 to your computer and use it in GitHub Desktop.
if (checkFormFields($fields, true) == 1) {
echo "one or more fields are empty";
} else {
echo "No field is empty";
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment