/simple-crud-php

simple curd learn with php pdo

Primary LanguagePHP

Simple Curd PHP

Read, Update, Delete (CRUD) di PHP & MySQL

You Can Frok Or Clone This Repo

🎯 How To Setup

# Clone this project
$ git clone https://github.com/afuzapratama/simple-crud-php.git

# Access
$ cd simple-crud-php

# Open Project With Your Text Code Editor (me used vs code)
$ code .

✅ Requirements

Befor run in localhost you can upload the sql file to your database if you no have localhost you can install XAMPP or Any Localserver

📝 Note

This project use connection with PDO you can learn about PDO connection in there w3schools