thesis: Entrance examination

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
omi
Forum Newbie
Posts: 1
Joined: Sat Feb 05, 2011 7:44 pm

thesis: Entrance examination

Post by omi »

Hi everyone, im working on my thesis called online examination using intranet, my program is running well but wen we tried to use the program with several examinee, the result is divided to the examinee... but what should really happen is that they should have 9 result each.. if i have 2 examinee the result for examinee 1 is 4 and the remaining categories will be on examinee2's result, im using an exam id for all the questionaires i think it is the problem, because ones the exam id is taken, the other examinees cannot take that same set of question, it always shows the error
MySQL error 1062: Duplicate entry '9471' for key 'PRIMARY'
When executing:
Resource id #32
when i remove the primary key it will show no error but still the result of the exam is divided depnding on the number of examinees taking the exam... but when we try to use only on examinee and 1 ip address at a time my program is running well.... can someone help me?? our final oral dfnce is on the 3rd week of february.. thanks
Post Reply