Is there anyway for me to disable certain keys while the user is typing in an input box?
example if the input box is for integers only, I would like to be able to control what users can type in the textbox, by disabling alphabetic characters, in order to lessen data entry errors.
I saw this kind of thing done in Visual Basic 🆒 , I think It has something to do with keypress and manipulating ascii codes. IS there any way for me to do this in PHP?? 😃