<!DOCTYPE html>
<html>
<body>

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