Create, delete, edit and update tasks and descriptions.
- Clone this repo within
C:/xampp/htdocspath. - Open Xampp and start Apache and Mysql services.
- Go to
localhost/phpmyadmin, create a new database calledphp_mysql_crudand import the queryphp_mysql_crud.sqlfromdatabasefolder. - Finally, go to
localhost/php-crudto test the CRUD app.