Jump to content

Click Next Button to get the new MySQL Record


NaniG

Recommended Posts

Hi to all,

 

        Am developing a Online Test Quiz Portal.

 

My Question is :

 

When the user clicks on next button ( very first time ), how can i get the next question which is to be not in previous question id in the present question id.

 

Here is the mySQL select statement...

select * from questions where TESTTOPIC_ID in (1, 5) and QSTATUS = 'Enable' and QID NOT IN ('10') order by rand() limit 0,1;

Here suppose

TestTopic Id 1 -> PHP

                    5 -> CSS

 

QID Question ID

 

When i run above script it will shows only one record. it is fine.

But how can i add the previous question id into an array (in QID) to cross check whether the question is already shown in the list.

 

Please help me out.

 

 

 

 

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.