prefix("friendfinder")." WHERE id = '$id'"; $result = $db->query($sql); while ($i = $db->fetchArray($result)) { mail($i[email], _TEXTMAILSUBJECT, $message, "From: $mail\nReply-To: $mail\nX-Mailer: PHP/" . phpversion()); } echo _TEXTTHANKSMAIL; } else { echo"
"; } } else { echo _TEXTPLEASECHOOSEMEMBER; } include "admin/foot.php"; //************************************************************ CloseTable(); include("../../footer.php"); ?>