Tags: Php Code, Words Per Minute
Search
Archives
- October 2011
- September 2011
- August 2011
- July 2011
- June 2011
- May 2011
- April 2011
- March 2011
- February 2011
- January 2011
- December 2010
- November 2010
- October 2010
- September 2010
- August 2010
- July 2010
- June 2010
- May 2010
- April 2010
- March 2010
- February 2010
- January 2010
- December 2009
- November 2009
- October 2009
- September 2009
- August 2009
- April 2009
- March 2009
- February 2009
- January 2009
- December 2008
- November 2008
- October 2008
- September 2008
Categories
- Business
- Computer Networking
- Computers
- Ecommerce
- External Mail (POP)
- Internet
- Languages
- Marketing
- Online Business
- Online Education
- Other - Computers
- PHP Books
- Php Scripts
- Primary & Secondary Education
- Programming
- Programming & Design
- Security
- Seo
- Software
- Technology
- Uncategorized
- United States
- Web Design
- Web Hosting
- Wordpress Themes
Photo Printer | TV Wall Bracket | stair safety gates


2 Comments to 'Can I get a simple php code to measure how many words per minute someone can type?'
March 12, 2010
PHP is server side not client side. A javascript function would be more realistic. You would just start a javascript timer, then compare the keystrokes with the phrases you give them to type to ensure accuracy. Then end the timer when the test is done and do the calculation.
March 13, 2010
So last time you asked two people told you JavaScript may be your best shot (http://answers.yahoo.com/question/?qid=20081128145145AAwAqIE ), and now you’re asking how to do it using PHP, a server-side scripting language that takes input from a web page in large chunks?
JavaScript *is* just about the only thing that may be able to do this, because it is a scripting language that runs on the user’s PC and allows for some means of interactivity…
Once again: (stand-alone)
(uses jQuery)
‘nother one:
Leave a comment