Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/imadnajam/creating-a-crud-create-read-update-delete-system-in-php
Creating a CRUD (Create, Read, Update, Delete) system in PHP is a common task when building web applications that interact with databases. Here's a basic example of how you can create a simple CRUD system in PHP using MySQL as the database:
https://github.com/imadnajam/creating-a-crud-create-read-update-delete-system-in-php
Last synced: 4 days ago
JSON representation
Creating a CRUD (Create, Read, Update, Delete) system in PHP is a common task when building web applications that interact with databases. Here's a basic example of how you can create a simple CRUD system in PHP using MySQL as the database:
- Host: GitHub
- URL: https://github.com/imadnajam/creating-a-crud-create-read-update-delete-system-in-php
- Owner: Imadnajam
- Created: 2023-09-17T14:02:58.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-03T16:53:01.000Z (9 months ago)
- Last Synced: 2024-05-03T19:15:08.795Z (9 months ago)
- Language: PHP
- Size: 5.86 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Creating-a-CRUD-Create-Read-Update-Delete-system-in-PHP
Creating a CRUD (Create, Read, Update, Delete) system in PHP is a common task when building web applications that interact with databases. Here's a basic example of how you can create a simple CRUD system in PHP using MySQL as the database: