Stack Exchange
Stack Overflow
Questions
Tags
Users
About
Stack Overflow
Public
Questions
Tags
Users
About
PHP how to disable keyboard inputs and allow only specific ones
Asked
Sep 15 '21 at 08:18
Active
Sep 15 '21 at 08:18
Viewed
21 times
0
How can I disable keyboard inputs using PHP
I used Javascript but now I want to use PHP
php
asked Sep 15 '21 at 08:18
D Dave S
1
6
PHP is a server side language whereas the keyboard inputs are on the client side, so no you can't do that
–
empiric
Sep 15 '21 at 08:24
0 Answers
0