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
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am
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
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.