Jump to content

check box help


maluch

Recommended Posts

I do not know much javascript however I do know some but to whip up an example based on my knowledge of javascript would take too long.

 

But you will need a small knowledge of DOM and just some form and input names. I like using mootools as they have a good example and easy to ajax functions.

Link to comment
https://forums.phpfreaks.com/topic/112529-check-box-help/#findComment-577811
Share on other sites

on what sought of time scale do you need to workout when they pressed it? when they pressed it down to the exact second? kinda like a reaction time thing? or give or take a minute?

 

if its option 2, when its selected and 'submitted' use time() to get the time they pressed it, then use date() to put it in a more readable format and then log that in a text file or database whatever...

 

Regards ACE

Link to comment
https://forums.phpfreaks.com/topic/112529-check-box-help/#findComment-577877
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.