i bir dizi var
$fullname = $_POST['fullname'];
$company_name = $_POST['company_name'];
$email = $_POST['email'];
$address = $_POST['address'];
$telephone = $_POST['telephone'];
$comment = $_POST['comment'];
$data = array ( "Full Name :" => $fullname,
"Company :" => $company_name,
"email :" => $email,
"address :" => $address,
"telephone :" => $telephone,
"mobile :" => $mobile,
"comment :" => $comment);
i e-posta olarak göndermek için bu tür (Fullname : $fullname Email: $email)
olarak resul göstermek istiyorum
ve kullanarak dize dizisi eklemek implode(" ",$data)
ben ne yapabilirim?