Created
October 16, 2021 14:37
-
-
Save Octagon-simon/e05f58e4806aaa8047a5f7e59bfd927f to your computer and use it in GitHub Desktop.
using count() to get the number of fields empty
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
| <?php | |
| //Let user know the number of fields empty | |
| echo count($empty['fields']); | |
| ?> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment