PHP | MySQL Shopping Site
This site was built as a semester-long project for my web backend class using an MVC approach. With PHP, MySQL, and other various web technologies, I built a shopping site where users can sign up and authenticate to browse products based on category, view pertinent details and images, leave reviews on items, update their account information, etc. Additionally, admin accounts can add new items to the database, upload images, and perform other various functions. Database queries are sanitized to protect against SQL injection and session variables redirect users based upon login credentials. Categories and item information are dynamically pulled from the database.
The information on the site uses fictional cartoon data, but the functionality demonstrates powerful capabilities that PHP and MySQL offer.
PROJECT INFO.
- DATE RELEASED: April 2019
- CATEGORIES: PHP, MySQL
- TAGS: Shopping, Development