Online Job Search Engine is developed using PHP, CSS, and JavaScript. It contains almost all the essential features. This project contains a user side where a user can view all job details, sign up, and search jobs. There’s no Admin panel in this simple system. A user can also post for the job offers.
About Online Job Search Engine In PHP
The user can simply look for all the available job details without signing in. But in order to search a job or post job offer, he/she has to sign up/in through the system. For this, he/she has to provide full name, contact details, D.O.B, qualifications, specialization, registration id, and username.
In order to add job offers, the user has to insert the company’s name, contact details, job title, descriptions, specialization, qualification, salary, and deadline. He/she can also search for a job according to their needs by providing details such as qualification, location, and specialization. After this, the system shows all the available and matched job details. This simple project is similar to the online job portal. The features of this project can be summarized as –
- Sign in/up
- Upload Job Details
- Find Jobs
How To Run Online Job Search Engine In PHP ?
This project mainly focuses on CRUD functions with search functionality. Design of this project is very simple so that the user won’t find any difficulties while working on it. Online Job Search Engine in PHP helps the user for searching and uploading job details within a short period of time. To run this project you must have installed virtual server i.e. XAMPP on your PC. After Starting Apache and MySQL in XAMPP, follow the following steps
- Extract file
- Copy the main project folder
- Paste in xampp/htdocs/
Now Connecting Database
- Open a browser and go to URL “http://localhost/phpmyadmin/”
- Then, click on the databases tab
- Create a database naming “onlinejob” and then click on the import tab
- Click on browse file and select “onlinejob.sql” file which is inside “DATABASE” folder
- Click on go.
After Creating Database,
- Open a browser and go to URL “http://localhost/onlinejobsearchengine/”
For username and password, refer “Readme.txt” file.