Election




This is a web application I created to allow high school students to vote for their school council out of a pool of candidates. The students have to log in with a correct ID and password, and then select the President, Vice-President, and others one by one. This was created using HTML forms, PHP, and a MySQL database.

I also prevent SQL injection by cleaning the inputs for the username and password.