<!DOCTYPE html>
<html>
<body>
<?php
$str = "";
if(empty($str)) {
echo "The string is empty";
}
?>
</body>
</html>