Skip to content

Instantly share code, notes, and snippets.

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

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

Select an option

Save Octagon-simon/f9e307258ae3d96c98ebdb20511d40f4 to your computer and use it in GitHub Desktop.
//syntax
checkFormFields(fields_array, return);
//call the function
$fields = [
"fname" => "First Name",
"lname" => "Last Name",
"email" => "Email Address"
];
checkFormFields($fields, true)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment