Question Paper Generator In PHP With Source Code

Project: Question Paper Generator in Php

-To download Question Paper generator project for free(Scroll Down



Question Paper Generator project is developed using PHP, CSS, HTML, and JavaScript. Talking about the project, it has all the essential features required for the question generation for the exams. This project is mostly from the users perspective. The users have 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 question sets for examination. Here the user can simply log in to the system and can use it. The user can select the subject and then can set up questions. From there the user can select the type of questions. That means either MCQ, Brief or objective questions.

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 “dbexam(1)” and then click on import tab
7th Step: Click on browse file and select “ dbexam(1).sql” file
8th Step: Click on go.

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

DOWNLOAD QUESTION PAPER GENERATOR IN PHP WITH SOURCE CODE FOR FREE: CLICK THE BUTTON BELOW


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

sir i get fatel error on this project like “Fatal error: Uncaught Error: Call to undefined function mysql_connect() in C:xampphtdocsexam paperconnection.php:10 Stack trace: #0 C:xampphtdocsexam paperSignup.php(87): include() #1 {main} thrown in C:xampphtdocsexam paperconnection.php on line 10”,
how can i rectify it?

rushikesh
rushikesh
4 years ago

sir i get fatel error on this project like “Fatal error: Uncaught Error: Call to undefined function mysql_connect() in C:xampphtdocsexam paperconnection.php:10 Stack trace: #0 C:xampphtdocsexam paperSignup.php(87): include() #1 {main} thrown in C:xampphtdocsexam paperconnection.php on line 10”,
how can i rectify it?

poovizhi
poovizhi
4 years ago

Sir I got a fatal error on this like “Fatal error: Uncaught Error: Call to undefined function mysql_connect() in C:xampphtdocsexam paperconnection.php:10 Stack trace: #0 C:xampphtdocsexam paperlogin_process.php(13): include() #1 {main} thrown in C:xampphtdocsexam paperconnection.php on line 10”

How can i rectify it?

codeprojects
Editor
4 years ago
Reply to  poovizhi

change mysql_connect() to mysqli_connect()

poovizhi
poovizhi
4 years ago
Reply to  codeprojects

i changed to mysqli_connect() even i got a “Fatal error: Uncaught Error: Call to undefined function mysql_select_db() in C:\xampp\htdocs\exam paper\connection.php:11 Stack trace: #0 C:\xampp\htdocs\exam paper\Signup.php(87): include() #1 {main} thrown in C:\xampp\htdocs\exam paper\connection.php on line 11”

how to rectify it?

Sandeep Singh
Sandeep Singh
4 years ago
Reply to  poovizhi

Replace
$conn = mysql_connect($host,$id,$pass,) or die ($error);
mysql_select_db($database,$conn)or die ($errordb);

with
$conn = mysqli_connect($host,$id,$pass,$database) or die ($error);

JS
JS
3 years ago
Reply to  Sandeep Singh

I am getting this error. Call to undefined function mysql_query() in C:\xampp\exam paper\signupscript.php:33Stack trace

codeprojects
Editor
3 years ago
Reply to  JS

change mysql_query() to mysqli_query()

pihu
pihu
4 years ago
Reply to  codeprojects

sir its not working after changing the mysqli_connect()

pihu
pihu
4 years ago

after enter the content of the login page it does not open the next page i am still on the same page and does not show any error

Sandeep Singh
Sandeep Singh
4 years ago
Reply to  pihu

Replace
$conn = mysql_connect($host,$id,$pass,) or die ($error);
mysql_select_db($database,$conn)or die ($errordb);

with
$conn = mysqli_connect($host,$id,$pass,$database) or die ($error);

JS
JS
3 years ago
Reply to  Sandeep Singh

It’s returning me on same page after login

Girish
Girish
3 years ago

I am getting the following error after login

Unable to connect to the database check again..!!

Rk
Rk
3 years ago
Reply to  Girish

Please rectify the error.
@sandeepsingh

Akash
Akash
3 years ago
Reply to  Rk

QUESTION PAPER GENERATOR IN PHP WITH SOURCE CODE

I am getting the following error after login

Unable to connect to the database check again..!!

Plz tell me its solution.

Piyush sahu
3 years ago

I’m getting the following error on nw user link for question paper generator project.

Fatal error: Uncaught Error: Call to undefined function mysql_connect() in /opt/lampp/htdocs/exam paper/connection.php:10 Stack trace: #0 /opt/lampp/htdocs/exam paper/Signup.php(87): include() #1 {main} thrown in /opt/lampp/htdocs/exam paper/connection.php on line 10

Piyush sahu
3 years ago

getting this error after signup submit

Warning: mysqli_query() expects parameter 1 to be mysqli, string given in /opt/lampp/htdocs/exam paper/signupscript.php on line 33

Warning: mysqli_error() expects exactly 1 parameter, 0 given in /opt/lampp/htdocs/exam paper/signupscript.php on line 39

diya
diya
3 years ago

Sir, Can we have the admin login info. Email id and password?

thilaga
thilaga
3 years ago

login is not working.nothing happened if i click login button

BONGINKOSI SIMPHIWE FAKUDZE
BONGINKOSI SIMPHIWE FAKUDZE
3 years ago

sir we not able to open the link on the last instruction. we get a 404 error.

Kowsalya
Kowsalya
2 years ago

I downloaded your project…I follow all Ur instructions and I create a database, default question paper,user id ,admin id everything… but when I sign up as a teacher or student ..it shows like duplicate entry…but I enter the values crctly… what should I do…help me…I want to submit my project at coming Saturday.

student
student
1 year ago

there are no tables in database in this source code zip file please help me

Last edited 1 year ago by student
24
0
Would love your thoughts, please comment.x
()
x