[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, 2003 9:42 AM
Subject: Re: [PHP] Echo issue


 Chris Shiflett wrote:
  --- John Nichel [EMAIL PROTECTED] wrote:
 
 Is this on Windoze or *nix?  Sounds like some sort of buffering
 issue...
 
  Yes, it does.
 
 what is 'output_buffering' set too in your ini?
 
  This shouldn't matter either. I can't think of a reason why he would see
the
  behavior he describes.
 snip

 Me either...but it was the only thing I could think of that /might/
 effect this in some way.  I tried setting 'output_buffering' to 16 in my
 ini, and couldn't reproduce the issue.

 Let's blame it on either Bush or Clinton.  :)

 --
 By-Tor.com
 It's all about the Rush
 http://www.by-tor.com

 --
 PHP General Mailing List (http://www.php.net/)
 To unsubscribe, visit: http://www.php.net/unsub.php



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



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 need to use Javascript to accomplish
this.

Try forums.devshed.com for a good javascript forum.

Cheers,
Pablo

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php