Hi there, I'm sorry if my stupid problems are annoying u but I'm an absolute newbie, constantly running into problems, if that serves as an excuse :-)
So, I have a form that inserts data into a db table, all cool so far. Except that I would like to check the db for similar records before submitting the form and output them to the user if there are any, so they won't have duplicate records. I've put in a button for that sake, but have no idea how to direct the onclick event to a external php file, is that possible at all?