Project: Question Paper Generator in Php
-To download Question Paper generator project for free(Scroll Down
Question Paper G
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
Now Connecting Database
4th Step: Open a browser and go to URL “http://localhost/phpmyadmin/”
5th Step: Then, click on
6th Step: Create
7th Step: Click on browse file and select “
8th Step: Click on go.
9th Step: Open a browser and go to URL “http://localhost/exam paper/”
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?
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?
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?
change mysql_connect() to mysqli_connect()
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?
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);
I am getting this error. Call to undefined function mysql_query() in C:\xampp\exam paper\signupscript.php:33Stack trace
change mysql_query() to mysqli_query()
sir its not working after changing the mysqli_connect()
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
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);
It’s returning me on same page after login
I am getting the following error after login
Unable to connect to the database check again..!!
Please rectify the error.
@sandeepsingh
@codeprojects
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.
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
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
Sir, Can we have the admin login info. Email id and password?
login is not working.nothing happened if i click login button
sir we not able to open the link on the last instruction. we get a 404 error.
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.
there are no tables in database in this source code zip file please help me