2023-08-23
Hint: (echo “The Length of string =”. strlen($_POST[“name”]);)
Hint : echo “The substring of
stirng =”. substr(“Abcd”,1,6);
Hint: echo “The number of words in a string =”. str_word_count($_POST[“name”]);
Hint: echo “The Reverse string of given string =”. strrev($_POST[“name”]);