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.

 

 

 

 

Archived

This topic is now archived and is closed to further replies.

×
×
  • 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.