Perekodan

Sistem Pendaftaran

Post Top Ad

 


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.

Features
  • 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

  1. Open your XAMPP/WAMP's Control Panel and start the "Apache" and "MySQL".
  2. Extract the downloaded source code file.
  3. If you are using XAMPPcopy the extracted source code folder and paste it into the XAMPP's "htdocs" directory. And If you are using WAMPpaste it into the "www" directory.
  4. Browse the PHPMyAdmin in a browser. i.e. http://localhost/phpmyadmin
  5. Create new database naming "registration".
  6. Import the provided SQL file. The file is known as "registraion.sql" located inside the extracted source code folder.
  7. 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 Database will help you with what you are looking for and I hope you will find/learn something useful for your future project.

Enjoy :)

Download

Post Top Ad