Simple Task Manager web app with PHP and MySQL.
Complete TASK MANAGER Tutorial Playlist
- Subscribe & Share my YouTube Channel - https://bit.ly/vijay-thapa-online-courses
- Add a Star 🌟 to this 👆 Repository
Donate by wire transfer: E-Mail at [email protected] for wire transfer details.
- Core PHP Programming Language (Procedural Programming)
- MySQL Database
- HTML
- CSS
- Download and Install XAMPP
- Install any Text Editor (Sublime Text or Visual Studio Code or Atom or Brackets)
- Download as as Zip or Clone this project
- Move this project to Root Directory
Local Disc C: -> xampp -> htdocs -> 'this project'
Local Disk C is the location where xampp was installed
-
Open XAMPP Control Panel and Start 'Apache' and 'MySQL'
-
Import Database
a. Open 'phpmyadmin' in your browser b. Create a Database c. Import the SQL file provided with this project
- Make Changes to settings
Go to 'config' folder and Open 'constants.php' file. Then make changes on following constants
<?php
//Start Session
session_start();
//Create Constants to save Database Credentials
define('LOCALHOST', 'localhost');
define('DB_USERNAME', 'root'); //Your Database username instead of 'root'
define('DB_PASSWORD', ''); //Your Database Password instead of null/empty
define('DB_NAME', 'task_manager'); //Your Database Name if it's not 'task_manager'
define('SITEURL', 'http://localhost/task-manager/'); //Update the home URL of the project if you have changed port number or it's live on server
?>
- Now, Open the project in your browser. It should run perfectly.
- Email - [email protected]
- LinkedIn - vijaythapa
- Instagram - @vijaythapa.code
- Facebook - @thevijaythapa
- Twitter - @thevijaythapa