filmov
tv
PHP solved practical| PHP functions and string Set B1

Показать описание
Write a PHP script for the following: Design a form to accept two strings from the user. a. Find whether the small string appears at the start of the large string. b. Find the position of the small string in the big string. c. Compare both the string for first n characters, also the comparison should not be case sensitive.