Action Listener in PHP

Not for 'how-to' coding questions but PHP theory instead, this forum is here for those of us who wish to learn about design aspects of programming with PHP.

Moderator: General Moderators

Post Reply
Voyageo
Forum Newbie
Posts: 1
Joined: Fri Feb 06, 2004 7:02 pm

Action Listener in PHP

Post 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
jason
Site Admin
Posts: 1767
Joined: Thu Apr 18, 2002 3:14 pm
Location: Montreal, CA
Contact:

Post 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.
Post Reply