Timers in php?
Hello. I was working on a .php page that asks a user a question, then,
after the submit the answer (multiple choice) it takes data from a
database and makes a new question. Let's say that they have 10
questions to answer. I'd like to give them a time limit to answer these
10 questions. I was wondering if it is possible to make a timer in php,
that counts down and won't reset every time a new question is pulled
from the database (it seems this causes a refresh).
If this is possible, could you please point me towards some code
snippets? Many thanks
fb
--
Disclaimer: I am in no way responsible for any of the statements
made in the above text. For all I know I might be
drugged or something..
No I'm not paranoid. You all think I'm paranoid, don't you !
.
Relevant Pages
- Re: Timers in php?
... I was wondering if it is possible to make a timer in php, | that counts down and won't reset every time a new question is pulled | from the database. ... The start and finish times need to be set within PHP. ... If the user is over the time limit then, on the web page, alert the ... Just do a client-side timer. ... (comp.lang.php) - Re: Timers in php?
... | from the database. ... The start and finish times need to be set within PHP. ... If the user is over the time limit then, on the web page, alert the ... (comp.lang.php) - Web Developers - Happy Hearts And HDTV! - Lockergnome
... Certificate on your MSIIS Web server. ... getting data from a database is only half the problem. ... Zend recently started a series about building rock solid code in PHP. ... which provides bulk database conversion. ... (freebsd-questions) - Re: Techniques for Vulneability discovery
... in mind) so i searched the net for some free database driven software and came ... the first thing i did was grab some info about PHP programming and some MySQL ... I did some more reasearch on different types of web based "input validation" ... PHP and SQL docs, etc.. ... (Vuln-Dev) - Re: Techniques for Vulneability discovery
... in mind) so i searched the net for some free database driven software and came ... the first thing i did was grab some info about PHP programming and some MySQL ... I did some more reasearch on different types of web based "input validation" ... PHP and SQL docs, etc.. ... (Security-Basics) |
|