$form = '<table cellspacing="1" cellpadding="2" border="0">'."\n";
for($i=0; $i<sizeof($_POST['key']); $i++)
$form .= "<tr>\n\t<td valign=\"top\">".htmlspecialchars($_POST['title'][$i])."</td>\n\t<td>".htmlspecialchars($_POST[$_POST['key'][$i]])."</td>\n</tr>";
$form .= '</table>';
// To send HTML mail, the Content-type header must be set
$headers = 'MIME-Version: 1.0' . "\r\n";
$headers .= 'Content-type: text/html; charset=iso-8859-1' . "\r\n";
$headers .= 'From: '.$From_Email_Adress." <".$From_Name.">\r\n";