Can i ask for any suggestion on how to count how many times a value is selected using a select option tag? and insert it into database the number of selection an option has. For Example
<select name==‘country’>
if (option 1 == ‘africa’)
count how many times this is selected and insert it to database
elseif (option 2 == ‘uk’)
count how many times this is selected and insert it to database