I have html textbox and I want it to check by PHP and jQuery if the name of row in database already exist. For example I have table HELLO with ID and NAME. When user wrtie some name to textbox, I want the PHP to check if the name already exist and jQuery to show user dynamic if it exist. How to do it?
Thx for help and let me know if u need more information.