empty and isset functions in PHP
There are two useful functions for enquiring about the content of an array. If you want to know if an array contains any element at all, one can ask if it is empty with the empty function. ISSET returns TRUE if the variable exists and has a value other than NULL. That means variables assigned a “”, 0, …