<!DOCTYPE html>
<html>
<body>

<?php
$x = 100;
$y = 50;

if ($x == 100 || $y == 80) {
     echo "Hello world!";
}
?>
  

</body>
</html>