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]
Moderator: General Moderators
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.jason wrote:That would be something handled with JavaScript or Flash. PHP is server side, while JavaScript is client side.