DEV Community

Ivan
Ivan

Posted on

Building a PHP CRUD System with PDO & MariaDB

Hey! I’m thrilled to share my latest project: a PHP CRUD system powered by PDO and MariaDB, now live on GitHub!

This project is a clean, modular solution for managing a users table, and responsive UI with Bootstrap 5.

What’s inside: Full CRUD operations (Create, Read, Update, Delete)

Inline editing for a seamless experience

Secure PDO connection to MariaDB

Extensible design for adding fields or tables

Bootstrap 5 for styling, jQuery for dynamic interactions

Perfect for learning PHP CRUD or building scalable apps, it follows best practices like SQL injection prevention.

Check it out: github.com/ivanrochacardoso/crud_php_pdo

Fork it, test it, or share your thoughts! Let’s build better PHP solutions together.

Top comments (0)