how to compare form request with mysql table data if exist
i am flask starter. i was trying to loop through my mysql table data to check if the data in my form exist or i insert the form request in the table
Using flask to link to mysql
My teacher gave me a task to link a form that takes name and email address made with flask and html. He said to link it to a database in mysql. This data base will store the information gotte from the form. How do I set up the database such that the name and email obtained will show on a table in the database