Online Job Portal in PHP/PDO
Submitted by janobe on Thursday, December 26, 2019 - 09:07.
Language
This Job Portal is a web-based system that its main goal is to provide the right company or organization for job seekers with their experience, educational qualification and preferences this job portal shows the list of companies that match their skills. In this system, job seekers can upload their existing resume so and can apply directly to posted jobs. The admin of this system has the ability to view list of job applicants and can contact them, for an interview or make some action regarding to their post.
These are the following features of the system
Admin Side- Manage Companies
- Manage Job Vacancies
- Manage Employee
- Manage Applicants
- Manage Category
- Manage Users
- Find Job
- Company
- Hiring Now
- Apply Job
- Job Seekers Profile
- About Us
- Contact Us
- Username : admin
- Password : admin
- Download xampp latest version.
- Extract the zip file(downloaded system) and put in the htdocs
- open xampp and start apache and mysql
- go "localhost/phpmyadmin/" and create a database named "db_jobportal"
- find the database file inside the folder and Import the database file name "db_jobportal".
Note: Due to the size or complexity of this submission, the author has submitted it as a .zip file to shorten your download time. After downloading it, you will need a program like Winzip to decompress it.
Virus note: All files are scanned once-a-day by SourceCodester.com for viruses, but new viruses come out every day, so no prevention program can catch 100% of them.
FOR YOUR OWN SAFETY, PLEASE:
1. Re-scan downloaded files using your personal virus checker before using it.
2. NEVER, EVER run compiled files (.exe's, .ocx's, .dll's etc.)--only run source code.
Comments
sir if you could me send…
sir if you could me send your what's up NO mine what's up is 0707824817
how to solve this
Warning: require_once(C:/xampp1/htdocs\JOBPORTAL\include\config.php): failed to open stream: No such file or directory in C:\xampp1\htdocs\website\include\initialize.php on line 14
Fatal error: require_once(): Failed opening required 'C:/xampp1/htdocs\JOBPORTAL\include\config.php' (include_path='C:\xampp1\php\PEAR') in C:\xampp1\htdocs\website\include\initialize.php on line 14
php
Fatal error: Uncaught Error: Call to undefined function get_magic_quotes_gpc() in C:\xampp\htdocs\jobportal\include\database.php:15 Stack trace: #0 C:\xampp\htdocs\jobportal\include\database.php(132): Database->__construct() #1 C:\xampp\htdocs\jobportal\include\accounts.php(2): require_once('C:\\xampp\\htdocs...') #2 C:\xampp\htdocs\jobportal\include\initialize.php(17): require_once('C:\\xampp\\htdocs...') #3 C:\xampp\htdocs\jobportal\admin\index.php(2): require_once('C:\\xampp\\htdocs...') #4 {main} thrown in C:\xampp\htdocs\jobportal\include\database.php on line 15
Solving this error: get_magic_quotes_gpc()
I rectified this error , by removing this line. get_magic_quotes_gpc()
Question about installation
Someone managed to put it to run on a server in production with some panel example cpanel, CWP etc...
Here for me, I did what you explained and it didn't work.
It is missing many installation details including the php version it runs
Add new comment
- Add new comment
- 12319 views