Skip to content

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.

Notifications You must be signed in to change notification settings

rishivyas24/iNotes---CRUD-php-app

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 73.3%
  • HTML 26.7%