--------------------------------------------------INSTRUCTIONS--------------------------------------------------------------
Install xampp
- Run apache and MySQL servers through xampp
- Put the project folder to /xammp/htdocs path
- create Databse on PhpMyAdmin dashboard name --> petcare_system
- import database ---> petcare_system.sql
Open your browser and browse http://localhost/petcare_system/user_home.php (this is the main user page)
Admin and manager login page ---------> http://localhost/PetCareSystem/admin_login.php
Sample User login credential : E-mail ----> rayan@gmail.com password---> 12345
Admin login credential : username ---> admin password ----> 1234
Manager login credential : username ---->manager : password----->12345
extra
----> Used bind values for php
(The bindValue method is used to bind a value to a parameter in a prepared statement. This helps prevent SQL injection attacks by ensuring that the values are properly escaped.)
----> Used Session management