Page 1 of 1

Check for the existence of a GET request. If a GET request exists with the name of the input field that you made in Part

Posted: Sun Jul 03, 2022 10:00 am
by answerhappygod
Check for the existence of a GET request. If a GET requestexists with the name of the input field that you made in Part 2,run the contents of the request throughyour countWords($str) function. Take theoutput array of the function, and display an HTML table of wordsand the number of times they occur. Make the table sorted bydecreasing number of occurrences.