HiI have two forms which I have coded in phphtml and mysqlTh
Hi..I have two forms which I have coded in php,html and mysql..The problem is when I select an option from the dropdownlist from the 1st page the option selected must appear as a count in the 2nd page.For example I select the option cricket in 1st page in the next page the op shud be like:cricket:1..And on each selection of cricket it shud increment..How is thid possible?Should I use SESSION?..please help and suggest the way in which it can be done..