kalevias / MyCollege

CSI 4999 - Senior Capstone Project
1 stars 1 forks source link

Hook form submission into database via PHP #10

Open kalevias opened 6 years ago

kalevias commented 6 years ago

Account creation form submission must be set up to interact with the database as per #1. Database design created as per #9. Design specified in UC1, UC2.

Try to design a generalized system that can be used across multiple pages for the sake of code reuse.

Deliverable: PHP files establishing connection between the HTML and JavaScript code for the account creation page and the database.

kalevias commented 6 years ago

Note that https://github.com/jnick1/MyCollege/commit/325ba47e33e455a16d3f6a7e02196dce7ad6a6c7 has currently broken registration. This will be fixed for student registration in the immediate future.