Using your Student DB table. I would like you to create two pieces of code
one where SQL Injections are allowed
one which contains the code that prevents SQL Injections
You can use the form from the "put into practice" for Week Eleven. Instead of entering a student's ID for this assignment you will have the user enter in the name of the student. Once entered the record for that student should be printed out in a table. You will need to upload your code to the public_html directory/folder of your AFS account, test it and then email me screenshots of your tables or csv files, your urls and the code