How to check whether a text variable is equal to an Array – Jquery ajax
My requirement is to check whether a text variable is equal or not to an mysql output array. The mysql output array I have taken as follows, $connect = mysqli_connect("localhost", "root", "", "newbooks"); $query = "SELECT book_name FROM takenbooks order…