@BCA_Vibes
Write a program that checks a particular stuId already exits in the
student(stuId,stu_name,mob,country) table or not. If stuId exists then display a message "User Already Exit. Try another stuId". If it does not exits then add the data in the student table.Implement using AJAX.