Modifying MySQL table on different pages with scores from a HTML form
问题 In regard to this question How to put MySQL table into session variable and using the table on next page?, I would like to explain what I'm trying to do here. I have a website that contains a form, through which users can answer questions. At the end of the form, the goal is to advice users about which product is best for them. This advice is achieved by asking users several different questions. Depending on what answers they give, a list of products in a MySQL table will be assigned points.