https://github.com/hr-fahim/mysql-data-entry-using-prebuilt-site
A demo website has been created using HTML, PHP, JavaScript, and CSS, which is connected to a MySQL database. This demo site demonstrates the process of collecting data from a website and entering it into a database using SQL.
https://github.com/hr-fahim/mysql-data-entry-using-prebuilt-site
database html-css-javascript mysql-database php website xampp
Last synced: about 2 months ago
JSON representation
A demo website has been created using HTML, PHP, JavaScript, and CSS, which is connected to a MySQL database. This demo site demonstrates the process of collecting data from a website and entering it into a database using SQL.
- Host: GitHub
- URL: https://github.com/hr-fahim/mysql-data-entry-using-prebuilt-site
- Owner: HR-Fahim
- Created: 2022-09-10T20:13:19.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-07-02T20:14:03.000Z (almost 2 years ago)
- Last Synced: 2025-01-14T13:54:47.880Z (3 months ago)
- Topics: database, html-css-javascript, mysql-database, php, website, xampp
- Language: CSS
- Homepage:
- Size: 3.63 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Online Job Portal
This repository contains a demo website of an Online Job Portal where individuals can register as job providers or job seekers. The website showcases the functionality of an online platform and demonstrates how databases are used to collect registered information and facilitate the process of finding perfect candidates for jobs. The demo website can be run on a local server using `Apache` and `localhost`.
****P.S.*** The project was completed under CSE311 (Database Systems) course offered by North South University.*
# Requirements
To run the demo website, the following components are required:
- Xampp
- MySQL Workbench
- Sublime Text# Installation
Follow these steps to set up the demo website:
1. Copy the `Online Job-Portal` folder to the following location: `"C:\xampp\htdocs"`.
2. Start Xampp and click on "Start" for both the "Apache" and "MySQL" modules. Then, click on "Admin" for "MySQL" to open the admin panel of the `phpMyAdmin` database.
3. Import the `online_job_portal.sql` database on the `phpMyAdmin` website.
4. To use the data entry function on the website:
- Open a browser and enter the following address:
`http://localhost/Online%20Job-Portal/Homepage/homepage.php`
- This will open the homepage of the website, where data can be entered in the indicated fields.
- The entered data will be stored in the `online_job_portal` database on the MySQL admin website.# Caution
Please note the following:
- Some pages may not load as they have not been added to this demo. Additionally, some unnecessary pages have been removed.
- Certain tables in the database may not receive data from the website because they have not been linked through queries with the database.# Support
This is my first uploaded project on GitHub. I appreciate your understanding in case of any mistakes.
You can support the project in the following ways:
- Star the repository.
- Follow me on [GitHub](https://github.com/HR-Fahim).
- Share the project on sites like Hacker News, Twitter, Reddit, etc.
- Report any bugs, glitches, or errors.Your support and feedback will assist me in enhancing my upcoming projects. Thank you in advance!