[PHP]eventKey

2003-10-29 Thread LINGUA
Hello, One of my friends wants to create a page that shows current time by pressing space key or enter key. What is the best way to do this with PHP? Thank you in advance. David - Original Message - From: John Nichel [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, October 29,

RE: [PHP]eventKey

2003-10-29 Thread Pablo Gosse
On Wednesday, October 29, 2003 8:04 AM David wrote: One of my friends wants to create a page that shows current time by pressing space key or enter key. What is the best way to do this with PHP? PHP is a server-side technology, and what you want to do is on the client side. Your friend will