Skip to content

melihs/pureCRUD

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sample CRUD Form


Create,Read,update and delete operations with write pure Php. For MySQL database connection was provide with PDO class.

Localhost Configuration

  • host= localhost
  • database name=formdb
  • database username= root
  • database password= " "

save.php file 16. line: $db=new PDO("mysql:host=localhost;dbname=formdb; charset=utf8","root"," ");


Written with StackEdit.

About

Basic CRUD operations via Pure PHP

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published