empty() function used to check if a variable has not been declared ot its value is FALSE.
Example
if(empty($name)){
echo "your name is $name";
}
Coderraj is the global online platform and circle for programmers to learn, communicate, share their knowledge and growth their careers.
Copyright ©2022 coderraj.com. All Rights Reserved.