https://github.com/ayushkhodankar/certificategeneration-php
certificate generation and searching module in PHP
https://github.com/ayushkhodankar/certificategeneration-php
certificate-generation javascript php phpmyadmin search-module sql
Last synced: 4 months ago
JSON representation
certificate generation and searching module in PHP
- Host: GitHub
- URL: https://github.com/ayushkhodankar/certificategeneration-php
- Owner: Ayushkhodankar
- License: mit
- Created: 2023-01-15T12:45:24.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-09-09T12:43:53.000Z (almost 2 years ago)
- Last Synced: 2025-07-28T11:41:14.304Z (11 months ago)
- Topics: certificate-generation, javascript, php, phpmyadmin, search-module, sql
- Language: JavaScript
- Homepage:
- Size: 13.2 MB
- Stars: 1
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
CertificateGeneration-PHP
This repository provides dynamic certificate generation and a searching mechanism for data fetched from the PHPMyAdmin database using PHP. The application is designed to create and search certificates seamlessly, enhancing the user experience and functionality.
Tech Stack
-
Frontend: HTML5, CSS3, JavaScript -
Backend: PHP -
Database: PHPMyAdmin (MySQL) -
Development Environment: VSCode -
Server: XAMPP Server Initialization (XAMPP Control Panel)
How to Run the Project
- Download and install XAMPP on your local machine.
- Start the Apache and MySQL services from the XAMPP Control Panel.
- Clone or download the repository to your
htdocsfolder located in the XAMPP installation directory (e.g.,C:/xampp/htdocs/). - Open PHPMyAdmin by navigating to
http://localhost/phpmyadmin/in your browser. - Create a new database and import the SQL file provided in the repository to set up the necessary tables.
- Open the project in VSCode for editing, debugging, and further customization.
- Access the project in the browser using
http://localhost/[your-project-folder].
Features
-
Dynamic Certificate Generation: Generate customized certificates dynamically based on user input or fetched data from the database. -
Search Mechanism: Implement a search feature to look up certificates using different parameters.
Installation Guide
- Clone the repository using the following command:
- Move the cloned repository into your
htdocsfolder. - Configure the database connection in
config.phpwith your local MySQL credentials.
git clone https://github.com/Ayushkhodankar/CertificateGeneration-PHP.git
Project Structure
-
index.php: Entry point of the application. -
certificate.php: Script to generate dynamic certificates. -
search.php: Implements the search functionality for finding certificates in the database. -
config.php: Contains database connection details.
Requirements
- PHP 7.0 or higher
- MySQL 5.6 or higher
- XAMPP Server (Apache & MySQL services)
- VSCode for development
Contact
For any issues or further assistance, feel free to open an issue in the repository or contact me at ayushkhodankar01@gmail.com.