An open API service indexing awesome lists of open source software.

https://github.com/melihs/purecrud

Basic CRUD operations via Pure PHP
https://github.com/melihs/purecrud

crud-sample php7 pure-php

Last synced: about 2 months ago
JSON representation

Basic CRUD operations via Pure PHP

Awesome Lists containing this project

README

          

### 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"," ");`

![](https://i.ibb.co/4fpnWm7/form.jpg)

------
> Written with [StackEdit](https://stackedit.io/).