Introduction
Hi! Here is a simple CRUD project developed in PHP. This project is a simple user registry with CRUD (Create, Read, Update and Delete) operations. This project also used the FPDF library for print preview and downloadable PDF functionality. The main purpose of sharing this program is to help new programmers, students, or individuals who want to learn how to create web applications using PHP language and MySQL database. This program is an update to my previous Simple CRUD post.
Features
- Login
- CRUD Operation
- Print (FPDF)
- Download PDF (FPDF)
- Search from List
- Logout
This software was created using JavaScript, MySQL, PHP, CSS, and HTML. The program’s source code is available for free download. You are welcome to change it if you want to become a better programmer. For directions, continue reading.
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
DEMO
I hope this simple CRUD project in PHP and MySQL databases helps what you are looking for.