I've been prompted to create an online survey through which 30 students can submit their feedback regarding class activities. Although it is more robust than is needed, I have an interest in improving my MySQL knowledge, so I'd like to use that to store and analyze the results. I have enough experience with HTML and MySQL to create the survey and queue the database, but I don't know how to get the data from the web form into the database. Should I being using PHP? How can Perl tie the steps together?
Thanks