sir,
i am making online exam system then i have interd all Qus in mysql and i have fetch that question and then all Qus comes in a page but i want to use next and peevies button and on the top of page i am using timer so, page should not be refresh and one by one all record show when i press next or privios button. and i hve store that varriable in array my code is:-- Exam.php--
<?php
if (!isset($_SESSION))
{
session_start();
Comments
Leave a comment