NYCPHP Meetup

NYPHP.org

[nycphp-talk] Timing an Input Form Entry

tedd tedd at sperling.com
Tue Oct 7 08:55:18 EDT 2008


At 9:03 AM +0800 10/7/08, mikesz at qualityadvantages.com wrote:
>Hello NYPHP,
>
>Greetings to All,
>
>I need to time how long it takes to fill out a registration form, from
>when it is called to submission. I am trying to compare the time 
>frame difference
>between the form being manually filled out versus an automated script.
>
>Any ideas or direction about how to do this would be enormously
>appreciated.
>
>--
>Best regards,
>  mikesz                          mailto:mikesz at qualityadvantages.com

mikesz:

To time form submission is a reasonable safeguard check.

It's nothing to time it, just check server-side when the form is 
served to the browser and when the form is submitted back to the 
server. Here's a demo with code:

http://www.webbytedd.com/b/timed-form

Cheers,

tedd
-- 
-------
http://sperling.com  http://ancientstones.com  http://earthstones.com



More information about the talk mailing list