https://github.com/jonaspaq/native-php-crud
Literal php native CRUD
https://github.com/jonaspaq/native-php-crud
Last synced: about 2 months ago
JSON representation
Literal php native CRUD
- Host: GitHub
- URL: https://github.com/jonaspaq/native-php-crud
- Owner: jonaspaq
- Created: 2019-07-20T17:27:33.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-07-20T18:54:30.000Z (almost 6 years ago)
- Last Synced: 2025-02-14T15:14:50.540Z (4 months ago)
- Language: PHP
- Homepage: https://jonasnativephpcrud.000webhostapp.com
- Size: 4.88 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Simple Create, Read, Update, Delete in Native PHP
This code/program can Insert, Read, Update, and Delete Data to the database. This program is just to show that I know how to code in native PHP and use basic CRUD functions.
- The program does not include a UI design for front-end
- The program has just the basic functions of CRUD in native php## How to use this program
- I used XAMPP in this program
- You can use the nativephp.sql file to export and create automatically a database and the table
- If the file exporting doesn't work just create database with name = "nativephp" then create a "user" table with columns id,name,hobby.
- id is the primary key and auto increment, name and hobby is just varchar(length 255)
- When database and table is ready, you can now run the program.
- Email for questions at [email protected]