3/25/13 1
Computer Science
CS108 Lecture 22: Web Applications: Forms
HTML Forms Processing Form Inputs The Common Gateway Interface CGI processing in Python
Aaron Stevens
Computer Science
What You’ll Learn Today
- Using HTML forms to collect data from a client
and send it to your web application
- Accessing user input from inside your python