Grizzley g
New member
I want to create a site with which I can collect some feedback from the people in my club. So basically what I wish to do is have a feedback form on a page (just like the comment box in youtube) and collect the data through mySQL or some similar thing. I have signed up with a free host who gives me mySQL and phpMyAdmin. However, I'm confused with one aspect of it; how am I supposed to ask the data from the feedback form (when the user clicks submit) to go and get entered into the database that I have.
For instance, if I have three boxes, one for feedback, one for ideas and one for concerns, how do I make sure that the data from the feedback form goes into the "feedback" field in a table in mySQL and so on. And once all that is done, how will I be able to view all the data that's collected. (Can I also import the data into an excel or something by which I can analyze the data in forms of charts or graphs?)
For instance, if I have three boxes, one for feedback, one for ideas and one for concerns, how do I make sure that the data from the feedback form goes into the "feedback" field in a table in mySQL and so on. And once all that is done, how will I be able to view all the data that's collected. (Can I also import the data into an excel or something by which I can analyze the data in forms of charts or graphs?)