// Here's our data array $data = ['email', 'phone', 'name']; // Use it in an `if` statement if (array_key_exists("email", $data)) { // Do stuff because `email` exists }