Page 1 of 1
makinng a time ticker in PHP for online exam
Posted: Sun Apr 21, 2002 2:20 pm
by ashish_cal2
Hey guys
how to make a clock in PHP which runs for a particular period of time(showing hours,minutes and seconds) like one in any standard online examination.
thanks in advance
Bye
AShish[/img]
Posted: Sun Apr 21, 2002 3:23 pm
by jason
That would be something handled with JavaScript or Flash. PHP is server side, while JavaScript is client side.
Posted: Mon Apr 22, 2002 3:40 am
by chiefmonkey
jason wrote:That would be something handled with JavaScript or Flash. PHP is server side, while JavaScript is client side.
You could use PHP to write your javascript for the timer though, as Jason said PHP is server side, the only way you could use it would be to refresh the page every second , which isn't practical.
George