คือก่อนหน้านี้ก็ใช้ได้ตามปกติอ่ะค่ะ
แต่พอมาสองวันนี้อยู่ก็ส่งเข้าไม่ได้ เลยไม่รู้ว่าเป็นเพราะอะไร ทั้งที่ไม่ได้ไปยุ่งเกี่ยวงานในส่วนโค๊ด ของเมล์เลย

หมดปัญาแก้แล้วอ่ะ
เอาทั่งงานเก่ามาอัพก็ยังไม่ได้ ใครก็ได้ช่วยทีคร้า

..............................................
โค๊ด php
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=tis-620">
<title>:: ผลการส่งข้อมูล ::</title>
<STYLE type=text/css>
A:link { color: #FFFFFF; text-decoration:none}
A:visited {color: #FFFFFF; text-decoration: none}
A:hover {color: yellow; text-decoration: none}
</STYLE>
<style type="text/css">
<!--
small { font-family: Arial, Helvetica, sans-serif; font-size: 8pt; }
input, textarea { font-family: Arial, Helvetica, sans-serif; font-size: 9pt; }
b { font-family: Arial, Helvetica, sans-serif; font-size: 12pt; }
big { font-family: Arial, Helvetica, sans-serif; font-size: 14pt; }
strong { font-family: Arial, Helvetica, sans-serif; font-size: 11pt; font-weight : extra-bold; }
font, td { font-family: Arial, Helvetica, sans-serif; font-size: 11pt; }
BODY { font-size: 9pt; font-family: Arial, Helvetica, sans-serif; }
-->
</style>
<SCRIPT language="JavaScript">
function redirect(linkid)
{
opener.location.href=linkid;
window.close();
}
</SCRIPT>
</head>
<body background="../picture/bob.gif">
<center>
<?php
if ($_SERVER['REQUEST_METHOD'] == 'POST' ) {
// เริ่มต้น CODE การส่งข้อความเข้าอีเมล์
$txt_ename = $_POST['txt_ename'];
$txt_eage = $_POST['txt_eage'];
$telephone = $_POST['telephone'];
$txt_eemail = $_POST['txt_eemail'];
$course = $_POST['course'];
$branch = $_POST['branch'];
$know = $_POST['know'];
$subject = $_POST['subject'];
$txt_detail = $_POST['txt_detail'];
$get_news = $_POST['get_news'];
if($get_news == "ต้องการรับข้อมูล")
$get_news_str = "ต้องการรับข้อมูล";
else
$get_news_str = "ไม่ต้องการรับข้อมูล";
$datetime_send = date("d/m/Y H:i:s");
if ($branch == "เซ็นทรัลแจ้งวัฒนะ") {
$strTo = "
[email protected]";
}
if ($branch == "เซ็นทรัลลาดพร้าว") {
$strTo = "
[email protected]";
}
if ($branch == "เซ็นทรัลปิ่นเกล้า") {
$strTo = "
[email protected]";
}
if ($branch == "สยามสแควร์") {
$strTo = "
[email protected]";
}
$strFromName = $txt_ename;
$strFromEmail = $txt_eemail;
$strSubject = "=?tis-620?B?".base64_encode("Contact From Edufirstschool.Com")."?=";
// ตัวแปร $mess คือเก็บ HTML ที่รายงานข้อมูลที่ถูกส่งมา
$mess .= "<center>
<table width="620" border="0" cellspacing="0" cellpadding="3" align="center">
<tr id="header">
<td width="620" align="center" colspan="3" bgcolor="#99FF99" height="45"><font color="#000000" size="5"><b><u>
Contact From Edufirstschool.Com</u></b></font></td>
</tr>
<tr>
<td width="200" align="right"><font color="#000000" size="2">
ชื่อ – นามสกุล (Full Name)</font></td>
<td width="5"><font size="2"><font color="#000000">:</font></font></td>
<td width="415" align="left"><font color="#000000" size="2"> ".$txt_ename."</font>
</td>
</tr>
<tr>
<td width="200" align="right"><font color="#000000" size="2">
อายุ (Age)</font></td>
<td width="5"><font size="2"><font color="#000000">:</font></font></td>
<td width="415" align="left"><font color="#000000" size="2"> ".$txt_eage."</font>
</td>
</tr>
<tr>
<td width="200" align="right"><font color="#000000" size="2">
โทรศัพท์ (Phone)</font></td>
<td width="5"><font size="2"><font color="#000000">:</font></font></td>
<td width="415" align="left"><font color="#000000" size="2"> ".$telephone."</font>
</td>
</tr>
<tr>
<td width="200" align="right"><font color="#000000" size="2">
อีเมล์ (e-mail)</font></td>
<td width="5"><font size="2"><font color="#000000">:</font></font></td>
<td width="415" align="left"><font color="#000000" size="2"> ".$txt_eemail."</font>
</td>
</tr>
<tr>
<td width="200" align="right"><font color="#000000" size="2">
หลักสูตรทีสนใจ (Course)</font></td>
<td width="5"><font size="2"><font color="#000000">:</font></font></td>
<td width="415" align="left"><font color="#000000" size="2"> ".$course."</font>
</td>
</tr>
<tr>
<td width="200" align="right"><font color="#000000" size="2">
สาขาที่สนใจ (Branch)</font></td>
<td width="5"><font size="2"><font color="#000000">:</font></font></td>
<td width="415" align="left"><font color="#000000" size="2"> ".$branch."</font>
</td>
</tr>
<tr>
<td width="200" align="right"><font color="#000000" size="2">
รู้จักเราจาก (know from)</font></td>
<td width="5"><font size="2"><font color="#000000">:</font></font></td>
<td width="415" align="left"><font color="#000000" size="2"> ".$know."</font>
</td>
</tr>
<tr>
<td width="200" align="right"><font color="#000000" size="2">
หัวข้อ (Subject)</font></td>
<td width="5"><font size="2"><font color="#000000">:</font></font></td>
<td width="415" align="left"><font color="#000000" size="2"> ".$subject."</font>
</td>
</tr>
<tr>
<td width="200" align="right" valign="top"><font color="#000000" size="2">
รายละเอียด (Detail)</font></td>
<td width="5" valign="top"><font size="2"><font color="#000000">:</font></font></td>
<td width="415" align="left"><font color="#000000" size="2"> ".nl2br($txt_detail)."</font>
</td>
</tr>
<tr>
<td width="200" align="right"><font color="#000000" size="2">
ต้องการรับข้อมูล ?</font></td>
<td width="5"><font size="2"><font color="#000000">:</font></font></td>
<td width="415" align="left"><font color="#000000" size="2"> ".$get_news_str."</font>
</td>
</tr>
<tr>
<td width="200" align="right"><font color="#000000" size="2">
วัน/เวลาส่งข้อมูล</font></td>
<td width="5"><font size="2"><font color="#000000">:</font></font></td>
<td width="415" align="left"><font color="#000000" size="2"> ".$datetime_send."</font>
</td>
</tr>
</table></center>
";
//echo $mess; // ตัวแปร $mess เก็บข้อมูลที่ได้รับมาในรูปแบบ HTML และพร้อมส่ง
//*** Uniqid Session ***//
$strSid = md5(uniqid(time()));
$strHeader = "";
$strHeader .= "From: ".$strFromName."<".$strFromEmail.">rn";
$strHeader .= "Reply-To: $strFromEmailrn";
$strHeader .= "Return-Path: $strFromEmailrn";
$strHeader .= "X-Mailer: PHP/" . phpversion() . "rn";
$strHeader .= "X-Priority: 1rn";
$strHeader .= "X-Sender: $strFromEmailrn";
$strHeader .= "Message-ID: <". time() .rand(1,1000). "@".$_SERVER['SERVER_NAME'].">". "rn";
$strHeader .= "MIME-Version: 1.0n";
$strHeader .= "Content-Type: multipart/mixed; boundary="".$strSid.""nn";
$strHeader .= "This is a multi-part message in MIME format.n";
$strHeader .= "--".$strSid."n";
$strHeader .= "Content-type: text/html; charset=tis-620n"; // or UTF-8 //
$strHeader .= "Content-Transfer-Encoding: 7bitnn";
$strHeader .= $mess."nn";
//*** Attachment ***//
for($i=0;$i<count($_FILES["fileAttach"]["name"]);$i )
{
if($_FILES["fileAttach"]["name"][$i] != "")
{
$strFilesName = $_FILES["fileAttach"]["name"][$i];
$strContent = chunk_split(base64_encode(file_get_contents($_FILES["fileAttach"]["tmp_name"][$i])));
$strHeader .= "--".$strSid."n";
$strHeader .= "Content-Type: application/octet-stream; name="".$strFilesName.""n";
$strHeader .= "Content-Transfer-Encoding: base64n";
$strHeader .= "Content-Disposition: attachment; filename="".$strFilesName.""nn";
$strHeader .= $strContent."nn";
}
}
mail($strTo,$strSubject,null,$strHeader);
echo "<center>
<table border="0" width="80%" id="AutoNumber1" height="140">
<tr>
<td>
<center>
<font color="#FFFFFF"><b>สำเร็จ !! ข้อมูลของท่านได้ถูกจัดส่งออกไปแล้ว</b><br><br>
Edu First จะรีบติดต่อท่าน โดยเร็วที่สุด</font><br><br>
<a href="javascript:redirect('
http://www.edufirstschool.com 
')">[ ตกลง ]</a>
</center>
</td>
</tr>
</table>
</center>";
}
?>
</center>
</body>
</html>
..........................................................
ฟอร์ม html
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="20"><img src="picture/sboxglu.jpg" width="20" height="20" /></td>
<td width="603" background="picture/sboxgu.jpg"><img src="picture/sboxgu.jpg" width="20" height="20" /></td>
<td width="20"><img src="picture/sboxgru.jpg" width="20" height="20" /></td>
</tr>
<tr>
<td rowspan="2" background="picture/sboxgcl.jpg"><img src="picture/sboxgcl.jpg" width="20" height="20" /></td>
<td height="571" background="picture/sboxg.jpg" bgcolor="#696461"><table width="100%" height="581" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="625" height="581">
<script language="javascript">
function checkform(form)
{
if(document.formtest.txt_ename.value == "")
{
alert('กรุณากรอก ชื่อ-นามสกุล (Full Name) ด้วยครับ');
document.formtest.txt_ename.focus();
return false;
}
if(document.formtest.telephone.value == "")
{
alert('กรุณากรอก โทรศัพท์ (Phone) ด้วยครับ');
document.formtest.telephone.focus();
return false;
}
if(document.formtest.txt_eemail.value == "")
{
alert('กรุณากรอก อีเมล์ (e-mail) ด้วยครับ');
document.formtest.txt_eemail.focus();
return false;
}
if ( document.formtest.course.value == "" ) { alert ( "กรุณาเลือก หลักสูตรทีสนใจ (Course) ด้วยครับ" ); document.formtest.course.focus(); return false; }
if ( document.formtest.branch.value == "" ) { alert ( "กรุณาเลือก สาขาที่สนใจ (Branch) ด้วยครับ" ); document.formtest.branch.focus(); return false; }
if ( document.formtest.know.value == "" ) { alert ( "กรุณากรอกข้อมูลว่ารู้จักเราจากที่ใดด้วยครับ" ); document.formtest.know.focus(); return false; }
if(document.formtest.subject.value == "")
{
alert('กรุณากรอก หัวข้อ (Subject) ด้วยครับ');
document.formtest.subject.focus();
return false;
}
var d = new Date();
windowname = d.getTime();
window.open('', windowname, 'top=100,left=100,height=200,width=450,location=no,resizable=no,scrollbars=no,status=no');
form.target=windowname;
return true ;
}
</script>
<form id="formtest" name="formtest" method="post" action="formmail/sendmail_contact.php" onsubmit="return checkform(this);">
<label></label>
<table width="100%" height="532" border="0" cellpadding="0" cellspacing="0">
<tr>
<td height="44" colspan="2" background="picture/newhead4.jpg" bgcolor="#0059B7"><div align="center"><span class="style119">หากท่านต้องการสอบถามข้อมูลเพิ่มเติม กรุณากรอกข้อมูลด้านล่าง <br />
Edu First จะรีบติดต่อท่าน โดยเร็วที่สุด </span></div></td>
</tr>
<tr>
<td height="31" bgcolor="#09115C"> </td>
<td bgcolor="#09115C"><div align="right"><span class="style15" style="cursor:hand " onclick="MM_goToURL('parent','corporateform.html');return document.MM_returnValue"><span class="style1161">* </span>หลักสูตรภาษาอังกฤษสำหรับบริษัท Click ที่นี่</span></div></td>
</tr>
<tr>
<td height="31" background="picture/bob.gif" bgcolor="#0059B7"> </td>
<td background="picture/bob.gif" bgcolor="#0059B7"><div align="right"><span class="style48"><span class="style1161">* </span>ข้อมูลที่ต้องกรอก </span></div></td>
</tr>
<tr>
<td width="245" height="34" background="picture/bob.gif" bgcolor="#0059B7"><span class="style15"> ชื่อ – นามสกุล (Full Name)<span class="style1161">*</span></span></td>
<td width="415" background="picture/bob.gif" bgcolor="#0059B7"><label>
<input name="txt_ename" type="text" id="txt_ename" size="30" />
</label></td>
</tr>
<tr>
<td height="38" background="picture/bob.gif" bgcolor="#0059B7"><span class="style1"> <span class="style15">อายุ (Age)</span></span></td>
<td background="picture/bob.gif" bgcolor="#0059B7"><input name="txt_eage" type="text" id="txt_eage" size="30" /></td>
</tr>
<tr>
<td height="34" background="picture/bob.gif" bgcolor="#0059B7"><p class="style1"><span class="style117"> โทรศัพท์ (Phone)<span class="style1161">*</span></span></p></td>
<td background="picture/bob.gif" bgcolor="#0059B7"><p>
<label></label>
<input name="telephone" type="text" id="telephone" size="30" />
<br />
</p></td>
</tr>
<tr>
<td height="36" background="picture/bob.gif" bgcolor="#0059B7"><span class="style15"> อีเมล์ (e-mail)<span class="style1161">*</span> </span></td>
<td background="picture/bob.gif" bgcolor="#0059B7"><label>
<input name="txt_eemail" type="text" id="txt_eemail" size="30" />
</label></td>
</tr>
<tr>
<td height="37" background="picture/bob.gif"><p class="style2 style1 style122"><strong> </strong><span class="style15">หลักสูตรทีสนใจ (Course)<span class="style1161">* </span></span><span class="style1161"> </span> <strong> </strong></p></td>
<td background="picture/bob.gif"><span class="style123">
<label>
<select name="course" id="course">
<option value="">เชิญเลือกหลักสูตร.....</option>
<option value="ภาษาอังกฤษสำหรับเด็ก">> ภาษาอังกฤษสำหรับเด็ก </option>
<option value="ภาษาอังกฤษสำหรับผู้ใหญ่">> ภาษาอังกฤษสำหรับผู้ใหญ่ </option>
<option value="ภาษาอังกฤษสำหรับบริษัท">> ภาษาอังกฤษสำหรับบริษัท </option>
<option value="เรียนภาษาในต่างประเทศ">> เรียนภาษาในต่างประเทศ </option>
</select>
</label>
</span></td>
</tr>
<tr>
<td height="35" background="picture/bob.gif" bgcolor="#0059B7"><span class="style1"><span class="style15"> สาขาที่สนใจ (Branch)<span class="style1161">*</span></span> </span></td>
<td background="picture/bob.gif" bgcolor="#0059B7"><label>
<select name="branch" id="branch">
<option value="" selected="selected">สาขา.....</option>
<option value="เซ็นทรัลแจ้งวัฒนะ">เซ็นทรัลแจ้งวัฒนะ</option>
<option value="เซ็นทรัลลาดพร้าว">เซ็นทรัลลาดพร้าว</option>
<option value="เซ็นทรัลปิ่นเกล้า">เซ็นทรัลปิ่นเกล้า</option>
<option value="สยามสแควร์">สยามสแควร์</option>
</select>
</label></td>
</tr>
<tr>
<td height="34" background="picture/bob.gif" bgcolor="#0059B7"><span class="style15"> รู้จักเราจาก (know from)<span class="style1161">*</span></span></td>
<td background="picture/bob.gif" bgcolor="#0059B7"><label>
<select name="know" id="know">
<option value="">กรุณาเลือก.....</option>
<option value="ป้ายโฆษณา">> ป้ายโฆษณา</option>
<option value="บู๊ธประชาสัมพันธ์">> บู๊ธประชาสัมพันธ์</option>
<option value="ใบปลิว">> ใบปลิว</option>
<option value="เว็บไซต์ / อินเตอร์เนต">> เว็บไซต์ / อินเตอร์เนต</option>
<option value="จดหมายข่าว">> จดหมายข่าว</option>
<option value="นิตยสาร / หนังสือพิมพ์">> นิตยสาร / หนังสือพิมพ์</option>
<option value="โปรโมชั่นกับร้านค้า / บัตรเครดิต">> โปรโมชั่นกับร้านค้า / บัตรเครดิต</option>
<option value="เพื่อนแนะนำ">> เพื่อนแนะนำ</option>
</select>
</label></td>
</tr>
<tr>
<td height="41" background="picture/bob.gif" bgcolor="#0059B7"><p class="style1"><span class="style117"> หัวข้อ (Subject)<span class="style1161">*</span></span></p></td>
<td background="picture/bob.gif" bgcolor="#0059B7"><label>
<input name="subject" type="text" id="subject" size="30" />
</label></td>
</tr>
<tr>
<td height="49" background="picture/bob.gif" bgcolor="#0059B7"><p class="style1"><span class="style117"> รายละเอียด (Detail)</span></p></td>
<td background="picture/bob.gif" bgcolor="#0059B7"><label>
<textarea name="txt_detail" cols="31" rows="5" id="txt_detail"></textarea>
</label></td>
</tr>
<tr>
<td height="41" colspan="2" background="picture/bob.gif" bgcolor="#0059B7"><div align="center"><span class="topic style15 style118">
<input name="get_news" type="checkbox" value="ต้องการรับข้อมูล" checked="checked" />
</span><span class="style117">ต้องการรับข้อมูล และข่าวสารสิทธิพิเศษล่าสุดจากเรา </span></div></td>
</tr>
<tr>
<td height="47" background="picture/bob.gif" bgcolor="#0059B7"> </td>
<td background="picture/bob.gif" bgcolor="#0059B7"><label>
<input type="submit" name="Submit" value="Submit" /> <input type="reset" name="Reset" value="Reset" />
</label></td>
</tr>
</table>
</form> </td>
</tr>
</table><br /> </td><td rowspan="2" background="picture/sboxgcr.jpg"> </td>
</tr>
<tr>
<td height="31" background="picture/newhead4.jpg" bgcolor="#0158B5"><div align="center"><span class="style95">ข้อมูลของท่านจะไม่ถูกนำไปใช้เพื่อวัตถุประสงค์อื่น ตามนโยบายการเก็บรักษาข้อมูลของลูกค้า </span></div></td>
</tr>
<tr>
<td height="20"><img src="picture/sboxgld.jpg" width="20" height="20" /></td>
<td background="picture/sboxgd.jpg"><img src="picture/sboxgd.jpg" width="20" height="20" /></td>
<td><img src="picture/sboxgrd.jpg" width="20" height="20" /></td>
</tr>
<tr>
<td height="10" colspan="3"></td>
</tr>
<tr>
<td height="20" colspan="3"><table width="100%" cellspacing="5">
<tr></tr>
<tr>
<td height="10"><table border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="20"><img src="picture/gboxlu.jpg" width="20" height="20" /></td>
<td width="604" background="picture/gboxu.jpg"></td>
<td width="19"><img src="picture/gboxru.jpg" width="20" height="20" /></td>
</tr>
<tr>
<td background="picture/gboxcl.jpg"> </td>
<td bgcolor="#EBEBEB"><span class="style15"> </span>
<table width="100%" cellspacing="5">
<tr>
<td width="26%" bgcolor="#EBEBEB"><a href="contact_branch.html"><img src="picture/jan_band01.jpg" alt="สถาบันสอนภาษา Edu First สาขา เซ็นทรัล แจ้งวัฒนะ" width="202" height="210" border="0" title="สถาบันสอนภาษา Edu First สาขา เซ็นทรัล แจ้งวัฒนะ" /></a></td>
<td width="74%" valign="top"><table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td align="left"><span class="style38"> Edu First สาขา เซ็นทรัล แจ้งวัฒนะ</span></td>
</tr>
<tr>
<td height="70" align="left">ชั้น 11 อาคารสำนักงาน โทร 02-835-3570<br />
<span class="style40"> </span><span class="style9"><a href="contact_branch.html">รายละเอียดเพิ่มเติม คลิก>></a></span></td>
</tr>
<tr>
<td align="center"><span class="style38"><a href="picture/map_central_chaengwattana.jpg" target="_blank"></a><a href="picture/map_central_chaengwattana.jpg" target="_blank"><img src="picture/map_central_chaengwattanaresize.jpg" title="แผนที่สถาบันสอนภาษา Edu First สาขา เซ็นทรัลแจ้งวัฒนะ" alt="แผนที่สถาบันสอนภาษา Edu First สาขา เซ็นทรัลแจ้งวัฒนะ" width="150" height="143" border="0" /> </a> </span>
<iframe width="150" height="143" frameborder="0" scrolling="No" marginheight="0" marginwidth="0" src="
http://maps.google.co.th/maps/...p;spn=0,0&output=embed 
"></iframe>
<br />
<small>ดู <a href="
http://maps.google.co.th/maps/...p;spn=0,0&source=embed 
" target="_blank" style="color:#0000FF;text-align:left">Edu First Language School สาขา เซ็นทรัล แจ้งวัฒนะ</a> ในแผนที่ขนาดใหญ่กว่า</small></td>
</tr>
</table></td>
</tr>
</table>
<span class="style15"></span></td>
<td background="picture/gboxcr.jpg"> </td>
</tr>
<tr>
<td><img src="picture/gboxld.jpg" width="20" height="20" /></td>
<td width="604" background="picture/gboxd.jpg"></td>
<td><img src="picture/gboxrd.jpg" width="20" height="20" /></td>
</tr>
</table></td>
</tr>
<tr><td><table border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="20"><img src="picture/gboxlu.jpg" width="20" height="20" /></td>
<td width="604" background="picture/gboxu.jpg"></td>
<td width="19"><img src="picture/gboxru.jpg" width="20" height="20" /></td>
</tr>
<tr>
<td background="picture/gboxcl.jpg"> </td>
<td bgcolor="#EBEBEB"><span class="style15"> </span>
<table width="100%" cellspacing="5">
<tr>
<td width="26%" bgcolor="#EBEBEB"><a href="contact_branch.html"><img src="picture/ladprao_band01.jpg" alt="สถาบันสอนภาษา Edu First สาขา เซ็นทรัล ลาดพร้าว" width="202" height="210" border="0" title="สถาบันสอนภาษา Edu First สาขา เซ็นทรัล แจ้งวัฒนะ" /></a></td>
<td width="74%" valign="top"><table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td align="left"><span class="style38"> Edu First สาขา เซ็นทรัล ลาดพร้าว</span></td>
</tr>
<tr>
<td height="70" align="left">ชั้น 11 อาคารสำนักงาน โทร 02-937-0400<br />
<span class="style40"> </span><span class="style9"><a href="contact_branch.html">รายละเอียดเพิ่มเติม คลิก>></a></span></td>
</tr>
<tr>
<td align="center"><span class="style38"><a href="picture/map_central_chaengwattana.jpg" target="_blank"></a><a href="picture/map_central_ladprow.jpg" target="_blank"><img src="picture/map_central_ladprowsize.jpg" alt="แผนที่สถาบันสอนภาษา Edu First สาขา เซ็นทรัล ลาดพร้าว" width="150" height="143" border="0" title="แผนที่ สถาบันสอนภาษา Edu First สาขา เซ็นทรัล แจ้งวัฒนะ" /> </a> </span>
<iframe width="150" height="143" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="
http://maps.google.co.th/maps/...;amp;z=17&output=embed 
"></iframe><br /><small>ดู <a href="
http://maps.google.co.th/maps/...;amp;z=17&source=embed 
" target="_blank" style="color:#0000FF;text-align:left">สถาบันสอนภาษา Edu First สาขา เซ็นทรัล ลาดพร้าว</a> ในแผนที่ขนาดใหญ่กว่า</small></td>
</tr>
</table></td>
</tr>
</table>
<span class="style15"></span></td>
<td background="picture/gboxcr.jpg"> </td>
</tr>
<tr>
<td><img src="picture/gboxld.jpg" width="20" height="20" /></td>
<td width="604" background="picture/gboxd.jpg"></td>
<td><img src="picture/gboxrd.jpg" width="20" height="20" /></td>
</tr>
</table></td></tr>
<tr>
<td height="10"><table border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="20"><img src="picture/gboxlu.jpg" width="20" height="20" /></td>
<td width="604" background="picture/gboxu.jpg"></td>
<td width="19"><img src="picture/gboxru.jpg" width="20" height="20" /></td>
</tr>
<tr>
<td background="picture/gboxcl.jpg"> </td>
<td bgcolor="#EBEBEB"><span class="style15"> </span>
<table width="100%" cellspacing="5">
<tr>
<td width="26%"><a href="contact_branch.html"><img src="picture/pin_band01.jpg" alt="สถาบันสอนภาษา Edu First สาขา เซ็นทรัล ปิ่นเกล้า" width="202" height="210" border="0" title="สถาบันสอนภาษา Edu First สาขา เซ็นทรัล ปิ่นเกล้า " /></a></td>
<td width="74%" valign="top"><table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td height="26" align="left"><span class="style38"> Edu First สาขา เซ็นทรัล ปิ่นเกล้า </span></td>
</tr>
<tr>
<td height="60" align="left">เซ็นทรัล ปิ่นเกล้า ชั้น 11 อาคารสำนักงาน Tower A โทร 0-2884-5699<br />
<span class="style40"> </span><span class="style9"><a href="contact_branch.html">รายละเอียดเพิ่มเติม คลิก>></a></span></td>
</tr>
<tr>
<td align="center"><span class="style38"><a href="picture/pinklaomap.jpg" target="_blank"><img src="picture/pinklaomapresize.jpg" alt="แผนที่สถาบันสอนภาษา Edu First สาขา เซ็นทรัล ปิ่นเกล้า" width="150" height="143" border="0" title="แผนที่ สถาบันสอนภาษา Edu First สาขา เซ็นทรัล ปิ่นเกล้า " /></a></span><span class="style38"><a href="picture/map_central_chaengwattana.jpg" target="_blank"> </a> </span>
<iframe width="150" height="143" frameborder="0" scrolling="No" marginheight="0" marginwidth="0" src="
http://maps.google.co.th/maps/...;amp;z=16&output=embed 
"></iframe>
<br />
<small>ดู <a href="
http://maps.google.co.th/maps/...;amp;z=16&source=embed 
" target="_blank" style="color:#0000FF;text-align:left">Edu First Language School สาขา เซ็นทรัล ปิ่นเกล้า</a> ในแผนที่ขนาดใหญ่กว่า</small></td>
</tr>
</table></td>
</tr>
</table>
<span class="style15"></span></td>
<td background="picture/gboxcr.jpg"> </td>
</tr>
<tr>
<td><img src="picture/gboxld.jpg" width="20" height="20" /></td>
<td width="604" background="picture/gboxd.jpg"></td>
<td><img src="picture/gboxrd.jpg" width="20" height="20" /></td>
</tr>
</table></td>
</tr>
<tr>
<td height="10"><table border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="20"><img src="picture/gboxlu.jpg" width="20" height="20" /></td>
<td width="604" background="picture/gboxu.jpg"></td>
<td width="19"><img src="picture/gboxru.jpg" width="20" height="20" /></td>
</tr>
<tr>
<td background="picture/gboxcl.jpg"> </td>
<td bgcolor="#EBEBEB"><span class="style15"> </span>
<table width="100%" cellspacing="5">
<tr>
<td width="26%"><a href="contact_branch.html"><img src="picture/syam_band01.jpg" alt="สถาบันสอนภาษา Edu First สาขา สยามสแควร์" width="202" height="210" border="0" title="สถาบันสอนภาษา Edu First สาขา สยามสแควร์" /></a></td>
<td width="74%" valign="top"><table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td height="25" align="left"><span class="style38"> Edu First สาขา สยามสแควร์</span></td>
</tr>
<tr>
<td height="60" align="left"> ตรงข้ามสยามดิสคัพเวอรี่ หัวมุมสี่แยกปทุมวัน โทร 0-2658-4060<span class="style40"><br />
</span><span class="style9"><a href="contact_branch.html">รายละเอียดเพิ่มเติม คลิก>></a></span></td>
</tr>
<tr>
<td align="center"><span class="style38"><a href="picture/efmap.jpg" target="_blank"></a><a href="picture/efmap.jpg" target="_blank"><img src="picture/efmapresize.jpg" alt="แผนที่สถาบันสอนภาษา Edu First สาขา สยามสแควร์" width="150" height="143" border="0" title="แผนที่ สถาบันสอนภาษา Edu First สาขา สยามสแควร์" /></a><a href="picture/map_central_chaengwattana.jpg" target="_blank"> </a> </span>
<iframe width="150" height="143" frameborder="0" scrolling="No" marginheight="0" marginwidth="0" src="
http://maps.google.co.th/maps/...;amp;z=17&output=embed 
"></iframe>
<br />
<small>ดู <a href="
http://maps.google.co.th/maps/...;amp;z=17&source=embed 
" target="_blank" style="color:#0000FF;text-align:left">Edu First Language School</a> ในแผนที่ขนาดใหญ่กว่า</small></td>
</tr>
</table></td>
</tr>
</table>
<span class="style15"></span></td>
<td background="picture/gboxcr.jpg"> </td>
</tr>
<tr>
<td><img src="picture/gboxld.jpg" width="20" height="20" /></td>
<td width="604" background="picture/gboxd.jpg"></td>
<td><img src="picture/gboxrd.jpg" width="20" height="20" /></td>
</tr>
</table></td>
</tr>
</table></td>
</tr>
<tr>
<td height="20"> </td>
<td height="20"> </td>
<td height="20"> </td>
</tr>
<tr>
<td height="20"><br /></td>
<td height="20" valign="middle"> </td>
<td height="20">&am