Check for Dupliactes Programming Web Development by sajohnson05 I am trying to check for duplicates prior to insert. I am not able to insert into mySQL with the following code. Any help? [CODE]<?php # editout.php # Seth Johnson # Assingment 3 # ITEC 325 # perform update or insertion and then forward back to graform.php # where can do another selection ?> &… Re: Check for Dupliactes Programming Web Development by chrishea Why are you checking for >1 on line 37. I would think that you'd want to check for >0. As it is, your insert may fail because there is already one on file. Re: Check for Dupliactes Programming Web Development by sajohnson05 That makes sense i am not sure why i at >1. But i am still getting an error, could it be with isSet? Re: Check for Dupliactes Programming Web Development by fobos post your error please Re: Check for Dupliactes Programming Web Development by sajohnson05 Thats the thing i am not getting an error when i run my error test but when i try to insert i am getting the HTTP 500 error on the page