<?php $strings = "******Sudhir ** Gour**"; echo strpos($strings , "Our"); // returns nothing echo strpos($strings , "our"); // returns 17
To embed this program on your website, copy the following code and paste it into your website's HTML: