In this project
- I made a system to save customers information to a file after they signup
- Log in system added , now registered customers can visit protected page
- I've begun merging PROJECT-C-9 with the new signup and login system
- Admin page added (for adding product images, prices & description to the page without code)
- Admin page functional
- New customers information and post infromations will be saved to a database
- Duplicate emails & usernames won't be saved to the database
- Password verification successful
- I'm making a system to take orders from customers that are logged in
- I will do this by adding a custom name to each buy button
- I underestimated the complexity of this idea so it will be a while before I finally complete it.
- Then make a customer folder where every buy button's name will be saved
- And the names and products to be bought will be displayed at the admin page
- I will do this by adding a custom name to each buy button
- You can't include/require an entire folder , you have to loop through it's content
- Splitting a project into smaller bits makes it easier to complete