In VB 6 we use Locked property of textbox to prevent user interaction, but we can scroll it smoothly. Is there any function in PHP to lock the textbox and textarea control ?
Printable View
In VB 6 we use Locked property of textbox to prevent user interaction, but we can scroll it smoothly. Is there any function in PHP to lock the textbox and textarea control ?
PHP is server side, what you are trying to do is client side, you need to use javascript to disable the textbox and textarea's to disallow user input.