x
 
<!DOCTYPE html>
<html>
<body>
<?php
$t = 14;
if ($t == 14) {
  echo "祝你有美好的一天!";
}
?> 
</body>
</html>