ayarları tam yapamıyor olabilirim '' .... '' boşlukları nasıl doldurucam sanırım boşluklarda yanlışlık yapıyorum

sizin kodlarıda deneyecegim teşekkürler

--R10.NET; Flood Engellendi -->-> Yeni yazılan mesaj 11:30:53 -->-> Daha önceki mesaj 11:23:12 --

iletisim kodlarım aşşağıdakigibidir..
iletisimok.php
<?
$ad=guvenlik($_POST['ad']);
$soyad=guvenlik($_POST['soyad']);
$kod=guvenlik($_POST['kod']);
$telefon=guvenlik($_POST['telefon']);
$maillll=guvenlik($_POST['mail']);
$konu=guvenlik($_POST['konu']);
require("class.phpmailer.php");
$mail = new PHPMailer();

$mail->IsSMTP(); 
$mail->Port = 25; 
$mail->Host = "mail.siteadi.com";  // MAIL SERVER
$mail->SMTPAuth = true;     // SMTP DOGRULAMA
$mail->Username = "info@siteadi.com";  // SMTP username
$mail->Password = "112233"; // SMTP password
$mail->From = "info@siteadi.com"; // SMTP username
$mail->FromName = "Iletisim Formu"; //KONU
$mail->AddAddress("info@siteadi.com", "Iletisim Formu"); //GÖNDERILECEK MAIL - AD SOYAD
$mail->WordWrap = 50;                              
$mail->IsHTML(true);                      
$mail->Subject = "Iletisim Formu"; //KONU
$mail->Body    = "
<html>
<head>
<style type=\"text/css\">
<!--
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
}
a {
	font-size: 11px;
	color: #333;
}
a:link {
	text-decoration: none;
}



a:visited {



	text-decoration: none;



	color: #333;



}



a:hover {



	text-decoration: none;



	color: #333;



}



a:active {



	text-decoration: none;



	color: #333;



}



-->



</style>



</head>



<body>



<table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">



  <tr>



    <td height=\"30\">Iletisim formundan gelen mesaj;</td>



  </tr>



</table>



<table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">



  <tr>



    <td height=\"30\" width=\"200\">Adi Soyadi :</td>



    <td height=\"30\">$ad $soyad</td>



  </tr>



  <tr>



    <td height=\"30\">Telefon Numarasi :</td>



    <td height=\"30\">$kod $telefon</td>



  </tr>



  <tr>



    <td height=\"30\">E-Mail Adresi :</td>



    <td height=\"30\">$maillll</td>



  </tr>



  <tr>



    <td height=\"30\">Mesaj :</td>



    <td height=\"30\">$konu</td>



  </tr>






</table>



</body></html>



";



$mail->AltBody = "";







if(!$mail->Send()){
echo '
<table width="100%" border="0" cellspacing="0" cellpadding="0" style=" margin-top:10px">
  <tr>
    <td height="32" bgcolor="#2A5B77" style="color:#FFF; font-weight:bold"><img src="img/icon.png" width="35" height="32" align="absmiddle">İletişim Bilgilerimiz</td>
  </tr>
</table>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
  <tr>
    <td bgcolor="#FFFFFF"><table width="98%" border="0" cellspacing="0" cellpadding="0" align="center">
        <tr>
          <td><br>
	Bilgileriniz alanamadi lütfen daha sonra tekrar deneyiniz<br>br>
	</td></tr></table></td></tr></table>
';
} else {
echo '
<table width="100%" border="0" cellspacing="0" cellpadding="0" style=" margin-top:10px">
  <tr>
    <td height="32" bgcolor="#2A5B77" style="color:#FFF; font-weight:bold"></td>
  </tr>
</table>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
  <tr>
    <td bgcolor="#FFFFFF"><table width="98%" border="0" cellspacing="0" cellpadding="0" align="center">
        <tr>
          <td><br>
	BILGILERINIZ BASARIYLA ALINMISTIR.<br> TESEKKUR EDERIZ.<br>
	</td></tr></table></td></tr></table>
';	
}
?>
iletisim.php

<script type="text/javascript" src="thickbox.js"></script>
<link rel="stylesheet" href="thickbox.css" type="text/css" media="screen" />
<table width="100%" border="0" cellspacing="0" cellpadding="0">
      <tr>
    <td height="25"><strong style="font-size:16px">İletişim Bilgilerimiz</strong></td>
  </tr>
  <tr>
    <td><div class="hr"></div></td>
  </tr>
</table>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
  <tr>
    <td ><table width="100%" border="0" cellspacing="0" cellpadding="0" align="center">
        <tr>
          <td><br>

<script src="SpryAssets/SpryValidationTextField.js" type="text/javascript"></script>
<script src="SpryAssets/SpryValidationTextarea.js" type="text/javascript"></script>
<link href="SpryAssets/SpryValidationTextField.css" rel="stylesheet" type="text/css">
<link href="SpryAssets/SpryValidationTextarea.css" rel="stylesheet" type="text/css">
		<form name="form1" id="form1" action="index.php?page=iletisimok" method="post">
		  <table width="100%" border="0" align="center" cellpadding="0" cellspacing="0">
		    <tr>
		      <td width="22%" height="40">Adınız :</td>
		      <td width="78%" height="40"><span id="sprytextfield1">
		        <label>
		          <input type="text" name="ad" id="ad" style="width:545px;"/>
	          </label>
	          </span></td>
	        </tr>
		    <tr>
		      <td height="40">Soyadınız :</td>
		      <td height="40"><span id="sprytextfield2">
		        <label>
		          <input type="text" name="soyad" id="soyad" style="width:545px;"/>
	          </label>
	          </span></td>
	        </tr>
		    <tr>
		      <td height="40">Telefon Numaranız :</td>
		      <td height="40"><span id="sprytextfield3">
		        <label>
		          <input name="kod" type="text" id="kod" size="3" maxlength="3" />
	          </label>
		        </span><span id="sprytextfield4">
		        <label>
		          <input name="telefon" type="text" id="telefon" size="7" maxlength="7" />
		          </label>
		        </span></td>
	        </tr>
		    <tr>
		      <td height="40">E-Mail Adresiniz :</td>
		      <td height="40"><span id="sprytextfield5">
		        <label>
		          <input type="text" name="mail" id="mail" style="width:545px;"/>
	          </label>
	          </span></td>
	        </tr>
		    <tr>
		      <td height="40">Mesaj :</td>
		      <td height="40"><span id="sprytextfield6">
		        <label>
		          <textarea name="konu" id="konu" cols="45" rows="5" style="width:543px"></textarea>
	          </label>
	          </span></td>
	        </tr>
	      </table>
		  <table width="100%" border="0" align="center" cellpadding="0" cellspacing="0">
		    <tr>
		      <td width="22%" height="40">&nbsp;</td>
		      <td width="78%" height="40"><input type="submit" type="button" value="G&ouml;nder"></td>
	        </tr>
	      </table>
  </form>
<iframe width="100%" height="350" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="http://maps.google.com/?ie=UTF8&amp;hq=&amp;hnear=Istanbul,+T%C3%BCrkiye&amp;ll=41.025985,28.978629&amp;spn=0.016123,0.042272&amp;t=h&amp;z=15&amp;output=embed"></iframe><br /><small><a href="http://maps.google.com/?ie=UTF8&amp;hq=&amp;hnear=Istanbul,+T%C3%BCrkiye&amp;ll=41.025985,28.978629&amp;spn=0.016123,0.042272&amp;t=h&amp;z=15&amp;source=embed" style="color:#0000FF;text-align:left">Daha B&uuml;y&uuml;k G&ouml;r&uuml;nt&uuml;le</a></small>
	
	
<script type="text/javascript">
var sprytextfield1 = new Spry.Widget.ValidationTextField("sprytextfield1");
var sprytextfield2 = new Spry.Widget.ValidationTextField("sprytextfield2");
var sprytextfield3 = new Spry.Widget.ValidationTextField("sprytextfield3");
var sprytextfield4 = new Spry.Widget.ValidationTextField("sprytextfield4");
var sprytextfield5 = new Spry.Widget.ValidationTextField("sprytextfield5");
var sprytextfield6 = new Spry.Widget.ValidationTextField("sprytextfield6");
var sprytextarea1 = new Spry.Widget.ValidationTextarea("sprytextarea1");
</script>><br>

          </td>
        </tr>
    </table></td>
  </tr>
</table>