I\'m working on this validation script for my latest project, and one of the requirements is that it checks if the value that the user enters is in the database, and if it i
The get function is asynchronous. You process the results probably before an answer has arrived.