Put the timestamp of when the page was first served as a hidden variable in the form. Then compare it to the time when it was submitted (after completed).

<input type="hidden" name="served" value="<?=time()?>">

~Rolan

[EMAIL PROTECTED] 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.

_______________________________________________
New York PHP Community Talk Mailing List
http://lists.nyphp.org/mailman/listinfo/talk

NYPHPCon 2006 Presentations Online
http://www.nyphpcon.com

Show Your Participation in New York PHP
http://www.nyphp.org/show_participation.php

Reply via email to