Page 1 of 1

Action Listener in PHP

Posted: Fri Feb 06, 2004 7:02 pm
by Voyageo
Hi,

first time around. Perhaps you can help me. I would like to know, if i can have something like an action listener in php, that reacts with a certain procedure if for example one letter is inserted in a text field of a website form. I don`t need mouse listener just keyboard listeners.

Any ideas ?

Thanks

Posted: Fri Feb 06, 2004 8:03 pm
by jason
*blink*

Yeah...that's more of a JavaScript type thing. PHP is server side, and what you want to do is client side, hence JavaScript.