Create Account/Login Forms --> mySQL Database
In this project, my goal was to learn how to create a database, build a webform, and have that webform populate data into the database in the form of a "Create Account" and "Login Page". Luckily, I was able to find a few articles that helped me figure out how to do all of that. So, as of right now, the form populates data into the database as intended. However, there are a few changes I would like to add:
Encrypt password with MD5 before going into database(Completed 5/6)Send an email verification link when account is created(Completed 5/6)When email verification link is clicked, add a marker to database(Completed 5/6)- Generic beautification of the form before continuing
- Create login page that accesses database of created accounts
- Login page will redirect to generic "Hello World!" page if successful, give error message if not
That's pretty much all I want to do with that. If I can get that handled, I think I'd like to maybe play around with creating a store or something using Paul's product as a guide.
Updated Paul Morgan Hair Site
Changelog:
- Made pictures on "Services" page clickable
- Added more services to "Services" page
- Added a "Products" page as a visual of what we could do
- Added an "About" page
- Added social media buttons to all pages
- Changed text color from gray to white for easier readability
- Updated "Appointments" page to be more user-friendly
- Updated "Contact Me" page with clickable phone link