Write a PHP script for the following: Design a form to accept two strings from theuser. Find whether the small string appears at the start of the large string. Provide a
text box to accept the string that will replace all occurrences of small string present in the large string. Also split the large string into separate words. (Use regular
expressions)
0 Comments