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