Write Php Script for the following. Design a form to accept a string. Write a function to count the total number of vowels (a,e,i,o,u) from the string. Show the occurences of each vowel from the string. Check whether the given string is palindrome or not without using built in functions. Use Radio buttons and concept of function
Write Php Script for the following. Design a form to accept a string. Write a function to count the total number of vowels (a,e,i,o,u) from the string. Show the occurences of each vowel from the string. Check whether the given string is palindrome or not without using built in functions. Use Radio buttons and concept of function