Student Web Portal In PHP With Source Code

Project: Student Web Portal in Php

-To download Student Web Portal project for free(Scroll Down)


Student Web Portal project is developed using PHP, CSS, HTML, and JavaScript. Talking about the project, it has all the essential features required for the management of web portal sites for the students. This project is mostly from the users perspective. The users has full access to the system. In this project, all the main functions are well validated.

About The System

The system is simple and quite easy to use. The basic fundamental of this system is to manage and upload the student profiles. Here the user can simply log in to the system and can use it. The user can upload his bio-data or CV or resume. From there you can easily search for jobs availability around your region. Also, you can simply upload your verified documents as well. This system allows you to create a chat system with those people who are using this system. As a whole you can refer this system as a web based job finding system.

To run this project you must have installed virtual server i.e XAMPP on your pc (for Windows). This Management System in PHP with source code is free to download, Use for educational purposes only! For the project demo, have a look at the image slider below.

How To Run??

After Starting Apache and MySQL in XAMPP, follow the following steps

1st Step: Extract file
2nd Step: Copy the main project folder
3rd Step: Paste in xampp/htdocs/

Now Connecting Database

4th Step: Open a browser and go to URL “http://localhost/phpmyadmin/”
5th Step: Then, click on databases tab
6th Step: Create database naming “istudent_db” and then click on import tab
7th Step: Click on browse file and select “ istudent_db .sql” file
8th Step: Click on go.

9th Step: Open a browser and go to URL “http://localhost/student portal/”

DOWNLOAD STUDENT WEB PORTAL IN PHP WITH SOURCE CODE FOR FREE: CLICK THE BUTTON BELOW


5 1 vote
Article Rating
Subscribe
Notify of
guest
77 Comments
Oldest
Newest Most Voted
Inline Feedbacks
View all comments
Mesai
Mesai
5 years ago

Excellent Work

salma
salma
5 years ago

i open the project but it is open white window ?? i want to know the reason

Farooq
Farooq
5 years ago

Hi Thank you, for such a useful post. I’m new to PHP. Can you please help me out in clarifying this error?

“Connection failed: Access denied for user ‘root’@’localhost’ (using password: YES)”

Is there any file with auto filled user name and password?

Niharika
Niharika
4 years ago
Reply to  Carmelo Garcia

hey,I too had the same issue.So I followed these instructions but the error remains the same.what should I do now?

maddas
maddas
4 years ago
Reply to  Farooq

please update the database password in myphp to ‘incorrect’

Chuck russnik
Chuck russnik
3 years ago
Reply to  maddas

Hi Even i’m getting white screen. But whoever is getting the following error “Connection failed: Access denied for user ‘root’@’localhost’ (using password: YES)” Steps are given below to correct it 1) Go to your config.php in the files 2) On line number 4 which is “define(‘DB_PASSWORD’, ‘incorrect’);” 3)If you are using the default username and password i.e. root@localhost, then remove “incorrect” from the line and leave it blank. 4) if you have changed the password then instead of ‘incorrect’ type the password that you have set. And I guess it should be good to go. P.S. If anyone knows what… Read more »

Vladyslav
Vladyslav
5 years ago

At this address absolutely nothing opens “http://localhost/student portal/”, white screen only, file .sql connected, XAMPP also works correctly, what is the problem?

Fabian Ros
Editor
5 years ago
Reply to  Vladyslav

rename the main project file and make sure you do not include blank spaces in your project filename. And also check your database connection with proper database name!

Jeff john
Jeff john
2 years ago
Reply to  Fabian Ros

its not working

Mian Shahzeb
5 years ago

I’m not using xampp, it’s apache cpanel with domain name.
I get 500 error while accessing the link.

ooko
ooko
5 years ago

blank white http://localhost/student/ rename database is student sql, config is student too why? it doesn’t work

dehyaa
dehyaa
5 years ago

ho can acesses the cpnal admin

Tristan
5 years ago

How to fix white screen? it only white screen

ranj
ranj
5 years ago

sd

meshack
meshack
5 years ago

hey the project is not working it display this”Connection failed: Access denied for user ‘root’@’localhost’ (using password: YES)” please what could be the problem

damnain
damnain
4 years ago
Reply to  meshack

facing the same error

Chuck russnik
Chuck russnik
3 years ago
Reply to  meshack

Hi Even i’m getting white screen. But whoever is getting the following error “Connection failed: Access denied for user ‘root’@’localhost’ (using password: YES)” Steps are given below to correct it 1) Go to your config.php in the files 2) On line number 4 which is “define(‘DB_PASSWORD’, ‘incorrect’);” 3)If you are using the default username and password i.e. root@localhost, then remove “incorrect” from the line and leave it blank. 4) if you have changed the password then instead of ‘incorrect’ type the password that you have set. And I guess it should be good to go. P.S. If anyone knows what… Read more »

Deepak Singh Pana
Deepak Singh Pana
4 years ago

getting white page. please help me to resolve error.

Divit
Divit
4 years ago

getting white blank page
please help.

Adama
Adama
4 years ago
Reply to  Divit

use php 5

Lily
Lily
4 years ago

Hey, can anyone help me? I open the project but it open to white screen. The project does not bring me to index or login page. Anyone know how to fix this

Adama
Adama
4 years ago
Reply to  Lily

use PHP Version 5

Kevin
Kevin
4 years ago

Hello. I am not logged in even if the user is already registered.

James
James
4 years ago

very helpful, thanks for your tutorials.
Please i am stacked at the Step nine (9). Whenever I copy the link, it takes me to different place other than the one shown in your tutorial. Thank you

codeprojects
Editor
4 years ago
Reply to  James

make sure that the folder name of your project folder and that in the link are same..

kem
kem
4 years ago

How do i fix the white screen? please help

Jeremiah
Jeremiah
4 years ago

pls how do i fix the white screen issue?

aneeq
aneeq
3 years ago

How to fix white scree???

ayuba
ayuba
3 years ago

Please i will like to add more features to it like, admin and supper admin, so that they can add students from their end.

hamid idrees
hamid idrees
3 years ago

Can you please help me out in clarifying this error?

“Connection failed: Access denied for user ‘root’@’localhost’ (using password: YES)”

RAHUL DABRAL
RAHUL DABRAL
3 years ago
Reply to  hamid idrees

same problem
Can you please help me out in clarifying this error?

“Connection failed: Access denied for user ‘root’@’localhost’ (using password: YES)”

Manush
Manush
2 years ago

I found why there is an white page error. It’s about errors management in header session.

Tommy Mead
2 years ago

WHITE SCREEN: The problem is in the index.php file.
just open the file and where you have: $error = mysql_real_escape_string($_GET[‘error’]);
comment it out i.e. add two // as follows: //$error = mysql_real_escape_string($_GET[‘error’]);
in my case the page loaded immegiately
hope it helps and thank you Manush for the lead

sandeep
sandeep
2 years ago

WHITE SCREEN: The problem is in the index.php file.
just open the file and where you have: $error = mysql_real_escape_string($_GET[‘error’]);
comment it out i.e. add two // as follows: //$error = mysql_real_escape_string($_GET[‘error’]);
in my case the page loaded immegiately
hope it helps and thank you Manush for the lead

Julius
Julius
2 years ago

White screen please help me

LOL
LOL
2 years ago

Semua dalam chat ini PALATAO

cyber
cyber
2 years ago

white page after login please help

Collins
Collins
2 years ago

WHITE SCREEN: The problem is in the index.php file.
just open the file and where you have: $error = mysql_real_escape_string($_GET[‘error’]);
comment it out i.e. add two // as follows: //$error = mysql_real_escape_string($_GET[‘error’]);
in my case the page loaded immegiately
hope it helps and thank you Manush for the lead

Collins
Collins
2 years ago

The problem still continue after signing up, please help, what can I do to remove the constant error message…..

With password access denied, without password blank pages, what’s happening

Please need assistance

julius okpanachi joshua

alert{“hacked by julius”}:

Bubu ka
2 years ago

Just find the wrong bracket in index.php

Noob
2 years ago

I think you hack right now

bright
2 years ago

WHITE SCREEN: The problem is in the index.php file.
just open the file and where you have: $error = mysql_real_escape_string($_GET[‘error’]);
comment it out i.e. add two // as follows: //$error = mysql_real_escape_string($_GET[‘error’]);
in my case the page loaded immegiately
hope it helps and thank you Manush for the lead

trackback

[…] Student Web Portal In PHP With Source Code – PHP, C++ […]

Deco
Deco
2 years ago

Project seems to be lacking the html files. Please what is happening?

omkar
omkar
1 year ago

its an very good work , please help to change course names from where i can do that…???

77
0
Would love your thoughts, please comment.x
()
x