rishivyas24 / iNotes---CRUD-php-app

Made a CRUD (Create, Read, Update, Delete) app called iNotes with bootstrap and php. This is part of youtube php learning series of CodeWithHarry video 32 from his php playlist.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

iNotes CRUD php app

Made a CRUD (Create, Read, Update, Delete) app called iNotes with bootstrap and php. This is part of youtube php learning series of CodeWithHarry video 32 from his php playlist.

You will need xampp for running php and mysql.

database name notes and table name is inotes

first create a database named notes and then you can import the inotes.sql file. so that you can avoid creating databases on own.

About

Made a CRUD (Create, Read, Update, Delete) app called iNotes with bootstrap and php. This is part of youtube php learning series of CodeWithHarry video 32 from his php playlist.


Languages

Language:PHP 73.3%Language:HTML 26.7%