Relative Content

Tag Archive for pythonhtmlmysqlflask

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