How to hold values while clicking on next button. Urgent please?

Asked By 0 points N/A Posted on -
qa-featured

Hello friends I am new in PHP.

I am creating a project on online examination. I am able to retrieve questions randomly from database. But please tell me when I click on next button how I hold the question id and answer given by the user. Suppose I prepare exam for 50 questions so how I hold this values. I want to insert answers of all the question into database after finish the exam. So  think for this I have to use session but I don't know how.

Please help me its urgent.

SHARE
Best Answer by Gideon Yasti
Best Answer
Best Answer
Answered By 15 points N/A #157731

How to hold values while clicking on next button. Urgent please?

qa-featured

Hi,

You can create an online examination page by use SQL database. You should have enough knowledge about SQL database management and about the PHP myadmin program. All of your exam questions will come from the database, so you should design it carefully with actual strings.

You can create  your project by following bellows script. Here I added a script for you to complete your project. Just upload that script in your heating by use the FTP and then install that script on your site. You should create a database with proper design for run that script in your website.

Hope you are understood.

Thanks.

Answered By 0 points N/A #157732

How to hold values while clicking on next button. Urgent please?

qa-featured

Hi Gideon Yasti,

Thanks for your solution but where is script. Solution which I have received has no script.

Answered By 15 points N/A #157733

How to hold values while clicking on next button. Urgent please?

qa-featured

I am extremely sorry for that.

There have no way to attach zip file here. So I could not attach it that time. You can download that script form here http://programmer2programmer.net/live_projects/project_11/php_mysql_online_examination_system.aspx

Thanks.

Related Questions