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