<!DOCTYPE html>
<html>
<body>

<?php
echo strstr("I love Shanghai!","Shanghai");
?>
  
</body>
</html>