x
 
<!DOCTYPE html>
<html>
<body>
<?php
echo strripos("You love php, I love php too!","PHP");
?>
  
</body>
</html>