Hi! I have here a Simple CRUD project that was developed using PHP. This project is a simple user registration using the CRUD Operations (Create, Read, Update, and Delete). This project also used FPDF Library for Printing View and Downloadable PDF File feature. My main purpose in sharing this program is to help new programmers or those students or individuals that would like to learn how to create a web application using PHP Language and MySQL Database. This program is an update of my previous Simple CRUD post.
- Login
- CRUD Operation
- Print (FPDF)
- Download PDF (FPDF)
- Search from List
- Logout
This program was developed using HTML, CSS, PHP, MySQL Database, and JavaScript. The program source code is free to download. Feel Free to modify it the way you desire to enhance your programming capabilities. Continue reading for instructions.
How to Run
Requirements
- Download and Install any local web server such as XAMPP/WAMP.
- Download the provided source code zip file. (download button is located below)
Installation/Setup
- Open your XAMPP/WAMP's Control Panel and start the "Apache" and "MySQL".
- Extract the downloaded source code file.
- If you are using XAMPP, copy the extracted source code folder and paste it into the XAMPP's "htdocs" directory. And If you are using WAMP, paste it into the "www" directory.
- Browse the PHPMyAdmin in a browser. i.e. http://localhost/phpmyadmin
- Create a new database naming "registration".
- Import the provided SQL file. The file is known as "registraion.sql" located inside the extracted source code folder.
- Browse the Simple Registration (CRUD) Web App in a browser. i.e. http://localhost/Login
User Credentials
Username: erwin
Password: 123456
I hope this Simple CRUD Project in PHP and MySQL Database will help you with what you are looking for and I hope you will find/learn something useful for your future project.
Enjoy :)