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

Reply via email to