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