Created
October 3, 2021 12:18
-
-
Save Octagon-simon/f9e307258ae3d96c98ebdb20511d40f4 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| //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