hello i am having trouble getting it to work properly
if i leave my $query = "SELECT * FROM cl_linux WHERE city = '$xcity'"; it keeps adding duplicate records but if i were to change it to my $query = "SELECT * FROM multicraigs WHERE city = '$xcity'"; it will not add any new listings any help in getting it to properly add only unique entries would be appreciated.