<!DOCTYPE html>
<html>
<body>

<?php
echo str_ireplace("WORLD","Shanghai","Hello world!");
?>
  
</body>
</html>