I'm working on a form to enter data into a database and I was wondering if there's an easy method to check if the information is already in the table. Right now, I'm just doing another SELECT query and comparing the result to the information entered in the HTML form. Thanks in advance.