Search for a specific string by using PHP ?
Program:-
<?php
echo strpos("Hello world!", "world");
?>
0 Comments