Re: [nyphp-talk] Timing an Input Form Entry

2008-10-06 Thread David Krings
Hans Zaunere wrote: Isn't there one equal sign too many for value? That's the short tag syntax we all love: http://us.php.net/manual/en/ini.core.php#ini.short-open-tag http://us.php.net/manual/en/language.basic-syntax.php H Thanks for the hint. Shows that I neither know the shortcuts nor

RE: [nyphp-talk] Timing an Input Form Entry

2008-10-06 Thread Hans Zaunere
> > > > Isn't there one equal sign too many for value? That's the short tag syntax we all love: http://us.php.net/manual/en/ini.core.php#ini.short-open-tag http://us.php.net/manual/en/language.basic-syntax.php H ___ New York PHP Community Talk Mail

Re: [nyphp-talk] Timing an Input Form Entry

2008-10-06 Thread David Krings
Rolan Yang wrote: Isn't there one equal sign too many for value? ___ 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

Re: [nyphp-talk] Timing an Input Form Entry

2008-10-06 Thread Rolan Yang
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). ~Rolan [EMAIL PROTECTED] wrote: Hello NYPHP, Greetings to All, I need to time how long it takes to fill out a registration form, from

[nyphp-talk] Timing an Input Form Entry

2008-10-06 Thread mikesz
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 t