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
- Host: GitHub
- URL: https://github.com/melihs/purecrud
- Owner: melihs
- Created: 2018-11-12T14:14:05.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-05-22T23:28:03.000Z (about 7 years ago)
- Last Synced: 2025-03-27T20:17:25.607Z (about 1 year ago)
- Topics: crud-sample, php7, pure-php
- Language: CSS
- Size: 4.72 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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"," ");`

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