<!DOCTYPE html>
<html>
<body>

<?php
echo strrpos("You love php, I love php too!","php");
?>
  
</body>
</html>