Internship Portal using PHP with Source Code

Language

This is a Simple PHP project with source code entitled Internship Portal. This simple system provides the students an online platform to send their application to available companies that looking for an Intern. The website has 2 types of users which are the Employer and Students. The Employer will post their available opening slots for internship opportunities for the students along with the position details. The students can explore available slots that they can apply to then send their information to the employer of their choice. After the students applied, the information of the students who applied will be listed on the employer side.

This simple project was developed using PHP, MySQL Database, HTML, CSS, Javascript, and Bootstrap for the design. The system has a simple user interface and user-friendly functionalities.

Features

  • Login and Registration
  • Employer Side:
    • Post an Internship Opportunity
    • List Posts
    • List Received Applications
  • Student Side
    • List All Available Internship
    • Send Application to the Employer

The source code is free to download. Feel Free to modify the source code the way you wanted but please don't forget to give me credits as the original developer. Thanks!

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 XAMPP, copy the extracted source code folder and paste it into the XAMPP's "htdocs" directory. And If you are using WAMP, paste it into the "www" directory.
  4. Browse the PHPMyAdmin in a browser. i.e. http://localhost/phpmyadmin
  5. Create a new database naming "internshala".
  6. Import the provided SQL file. The file is known as "db.sql" located inside the extracted source code folder.
  7. Browse the Internship Portal in a browser. i.e. http://localhost/internshala_sourcecode

Demo

That's it! You can now explore the features and functionalities of this simple Internship Portal. I hope this project will help you with what you are looking for and you will find something useful for your future PHP Projects.

Enjoy Coding :)

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

Submitted bygemmarey (not verified)on Wed, 05/10/2017 - 11:28

just wanna ask, y is it that i cant login to the to the login form even if i created my own account.
Submitted byatiqah (not verified)on Sat, 06/17/2017 - 03:09

sir, how can the admin of this system add another record of available internship? i can't find it.

Add new comment