Apr
28
How to Check if an Array is Empty in PHP?
Problem: Suppose you have an optional form field (declared as an array, see the following code) which may accept nothing or one or multiple values from a user. Now, you want to check if the user has added anything at Read more