I'm making a virtual pets script.
Example of problem:
User 1 creates a pet named "PET".
User 2 creates a pet named "PET".
Should be:
User 1 creates a pet named "PET".
User 2 creates a pet named "PET" but gets an error saying that the name is already taken.
Everything gets inserted into fusion_uberpets_pets.pet_name.
I use $_POST[petname_cancer] as the variable.