|
Posted by ELINTPimp on 07/31/07 12:48
On Jul 31, 6:05 am, php.a...@gmail.com wrote:
> Hi
> I have a great problem. I have successfully completed
> ONLINE EXAM project.But Finally client asked "I want to include time
> for my site."O.K I tried But every time when i click on next question
> time is also refreshed and it comes from starting time.Please help
> me.VERY URGENT
> Thank u
Sounds like you are doing a request for each question (one question in
a <form>, hit submit, the data goes to some sort of persistent or
superglobal storage, and go on to the next). AJAX might be a good
solution to cut down on the overhead, but that's just a suggestion for
a future version =).
If my assumptions are correct about the way your system works, are you
passing the value of the time remaining in your request and then using
that as a starting point for your time?
This is all based on assumption, of course....we would be able to help
better if you posted some code =)
Steve
Navigation:
[Reply to this message]
|