CRUD operation using Object Oriented in PHP and MySQL
A simple implementation of Create, Read, Update, Delete (CRUD) feature using HTML, Bootstrap, JavaScript, PHP, and MySQL in an object-oriented style.
Create a Signup and Login System with PHP and MySQL
Simple implementation of signup, login, logout, and homepage for both logged-in users and non-logged-in users. Created using HTML, Bootstrap, PHP, and MySQL.
CRUD operation in PHP and MySQL
A simple Create, Read, Update, and Delete (CRUD) feature using PHP and MySQL. In PDO and MySQLi (both in objected-oriented and procedural way).
Upload image file with PHP and MySQL
An image uploading feature that can detect if an image is a real image and also create a unique filename. This feature will upload the image to the server's directory and then insert the filename into the database.