Answers for "check blank in php"

PHP
0

php check if text is blank

if(trim($text) == ''){
 echo '$text is empty'; 
}
Posted by: Guest on October-28-2021

Browse Popular Code Answers by Language