Input from the Keyboard

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • yasmine
    New Member
    • Feb 2008
    • 64

    Input from the Keyboard

    Hi friends,
    Could anybody tell me how can I get the input from the keyboard in php???
    (i.e)
    For ex.,
    If I'm going to add 2 numbers, how can i get the 2 no.s at runtime without using html form tags.

    Plz.... Tell me soon...
  • code green
    Recognized Expert Top Contributor
    • Mar 2007
    • 1726

    #2
    You need to use javascript and the onchange event

    Comment

    Working...