i tried to generate a php script allows a user to select from the choices "motor," "bus," or "car." Once the user submits his selection, the script responds by displaying a report showing the number of occurences of the selected string, from a file .case insensitive. the file can be any file with above strings contained in it for any number of times.after selecting any of 3 strings the total count of selected string in the file needs to be displayed.