Write a PHP script for the following: Design a form to accept two strings from theuser. Find the first occurrence and the last occurrence of the small string in the large string. Also count the total number of occurrences of small string in the large string. Provide a text box to accept a string, which will replace the small string in the large string. (Use built-in functions) [25 M]
0 Comments