Friends how do I tell mysql that if the data exists not to add it? I currently have it like this function addPremiumUser($userID){ global $conn; if(!$userData)...
How do I capture the name of a group?