[Solved] Feedback form with rating system [closed]


You will have a form, where the user will put all the rating and the info.

When the user press the “Send” button you will execute a PHP code, this script will take the value of the form, and insert them inside a database, with the current year / month.

When you will go on the page that will show the rating you will execute a php code that will take all the rating in the current year/month from the database , sum them, and do the average calculation. Then you will show the value.

1

solved Feedback form with rating system [closed]