Register Register Member Login Member Login Member Login Forgot Password ??
PHP , ASP , ASP.NET, VB.NET, C#, Java , jQuery , Android , iOS , Windows Phone
 

Registered : 109,027

HOME > PHP > PHP Forum > รบกวนถามหน่อยคับ เกี่ยวกับนำมาบวก คิดว่าบวกผิดอยู่นะคับ อยากให้แนะนำหน่อยคับ



 

รบกวนถามหน่อยคับ เกี่ยวกับนำมาบวก คิดว่าบวกผิดอยู่นะคับ อยากให้แนะนำหน่อยคับ

 



Topic : 075799

Guest




รบกวนถามหน่อยคับ เกี่ยวกับนำมาบวก คิดว่าบวกผิดอยู่นะคับ อยากให้แนะนำหน่อยคับ ตอนนี้ไม่แน่ใจว่าผิดตรงไหนคับ มันไม่ได้ ค่าที่ถูกต้องยังผิดอยู่คับ นี้โค๊ดคับ

Code (PHP)
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"><!-- InstanceBegin template="/Templates/water_template2.dwt.php" codeOutsideHTMLIsLocked="false" -->
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<!-- InstanceBeginEditable name="doctitle" -->
<title>Untitled Document</title>
<!-- InstanceEndEditable -->
<!-- InstanceBeginEditable name="head" -->
<style type="text/css">
<!--
.style24 {font-family: AngsanaUPC; font-size: 20px; }
.style25 {
	font-family: AngsanaUPC;
	font-size: 22px;
	font-weight: bold;
	color: #0000FF;
}
.style28 {
	font-family: AngsanaUPC;
	font-size: 20px;
	font-weight: bold;
	color: #0000FF;
}
.style30 {font-family: AngsanaUPC; font-size: 20px; font-weight: bold; }
-->
</style>
<!-- InstanceEndEditable -->
<style type="text/css">
<!--
a:link {
	color: #0000FF;
	text-decoration: none;
}
a:visited {
	color: #0000FF;
	text-decoration: none;
}
a:hover {
	color: #FF00FF;
	text-decoration: none;
}
a:active {
	color: #FF00FF;
	text-decoration: none;
}
.style3 {
	color: #FFFFFF;
	font-weight: bold;
	font-family: AngsanaUPC;
	font-size: 22px;
}
.style22 {font-family: AngsanaUPC; font-size: 20px; color: #FFFFFF;}
-->
</style>
</head>

<body>

  <table width="798" height="460" border="0" align="center" cellpadding="0" cellspacing="0" bordercolor="#C8E2F9">
    <tr>
      <td height="140"><img src="header3.png" width="798" height="140" /></td>
    </tr>
    <tr>
      <td height="239" valign="top" bgcolor="#E2F2F5"><!-- InstanceBeginEditable name="EditRegion1" -->
        <p>&nbsp;</p>  

		<?php
	    include ('connect.php');
	   $sql = "SELECT * FROM  receipt ORDER BY cus_id ASC ";
		$result = mysql_query($sql);
		$num_row = mysql_num_rows($result)
		?>
        <form id="form2" name="form2" method="post" action="">
          <table width="646" border="1" align="center" cellpadding="1" cellspacing="0">
            <tr>
              <td colspan="6"><span class="style28">มีข้อมูลรายรับทั้งสิ้น &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;รายการ </span></td>
            </tr>
            <tr>
              <td width="84" bgcolor="#A9D2F3"><div align="center"><strong><span class="style24">เลขที่ใบเสร็จ </span></strong></div></td>
              <td width="83" bgcolor="#A9D2F3"><div align="center"><strong><span class="style24">รหัสผู้ใช้น้ำ</span></strong></div></td>
              <td width="162" bgcolor="#A9D2F3"><div align="center"><span class="style30">ชื่อ -นามสกุล </span></div></td>
              <td width="107" bgcolor="#A9D2F3"><div align="center"><strong><span class="style24">ประจำเดือน</span></strong></div></td>
              <td width="72" bgcolor="#A9D2F3"><div align="center"><strong><span class="style24">ปี</span></strong></div></td>
              <td width="112" bgcolor="#A9D2F3"><div align="center"><strong><span class="style24">จำนวนเงิน (บาท)</span></strong></div></td>
            </tr>
            <tr> <?php
		 		// ѹ SQL
		
				
	    while ( $rs = mysql_fetch_row( $result ) )
		{
		
		 $w_p = $price>=$price ;
	 $c_u = $price + $price;
	 $s = $c_u+$w_p;
	 $s++;
		
		$cus_id = $rs[2];
		$receipt_id = $rs[1];
	    $cus_name = $rs[3];
		$cus_lastname = $rs[4];
		
		$price = $rs[12];
		$month = $rs[14];
		$year = $rs[15];
		
		  ?>
              <td><div align="center"><span class="style24"><?php echo $receipt_id ?></span></div></td>
              <td><div align="center"><span class="style24"><?php echo $cus_id  ?></span></div></td>
              <td><div align="center"><span class="style24"><?php echo "$cus_name"."&nbsp;&nbsp;$cus_lastname" ?></span></div></td>
              <td><div align="center"><span class="style24"><?php echo $month  ?></span></div></td>
              <td><div align="center"><span class="style24"><?php echo $year  ?></span></div></td>
              <td><div align="center"><span class="style24"><?php echo $price ?></span></div></td>
            </tr> <?php  }?>
          </table>
          <br />
          <table width="308" border="0" align="center" cellpadding="0" cellspacing="0">
            <tr>
              <td width="308" height="124" valign="top"><fieldset>
              <legend><span class="style25">สรุปยอดรายรับเดือนนี้</span></legend>
                  <br />
                  <table width="254" border="0" align="center">
                    <tr>
                      <td width="143"><div align="right"><strong><span class="style24">รวมเป็นเงินทั้งสิ้น : </span></strong></div></td>
                      <td width="42"><input name="textfield2" type="text" size="7" value="<? echo $s  ?>"/></td>
                      <td width="55"><strong><span class="style24">บาท</span></strong></td>
                    </tr>
                  </table>
                  <p>&nbsp;</p>
              </fieldset> </td>
            </tr>
          </table>
          <p align="center" class="style28"><a href="index11.php">&lt; กลับหน้าแรก &gt;</a></p>
        </form>
        <p>&nbsp;</p>
      <!-- InstanceEndEditable --></td>
    </tr>
    <tr>
      <td height="30" bgcolor="#3F94E9"><div align="center" class="style22">การประปาหมู่บ้านปากทาง<br />
24 &nbsp;ม.13&nbsp;&nbsp; ต.ตลิ่งชัน &nbsp;อ.บันนังสตา &nbsp;จ.ยะลา&nbsp;&nbsp;95130<br />
โทรศัพท์ : 081-7983950 </div></td>
    </tr>
</table>

</body>
<!-- InstanceEnd --></html>



/

ที่แสดงอกมา
แต่ผลรวมได้เท่านี้

2

ผิดตรงไหนหรอคับ รบกวนหน่อยคับ



Tag : PHP, MySQL







Move To Hilight (Stock) 
Send To Friend.Bookmark.
Date : 2012-03-19 22:12:55 By : แบงค์ View : 810 Reply : 14
 

 

No. 1

Guest


ไม่ทราบว่ามีใครพอแนะนำได้ไหมคับ ติดอย่ตรงนี้แล้วคับ






แสดงความคิดเห็นโดยอ้างถึง ความคิดเห็นนี้
Date : 2012-03-20 08:15:21 By : แบงค์
 


 

No. 2

Guest


พี่ๆคับ บอกหน่อยว่าผิดตรงไหนคับ ทำไมถึงออกมาผิดอย่างนี้ ทั้งๆที่มันน่าจะได้ 155 คับ
แสดงความคิดเห็นโดยอ้างถึง ความคิดเห็นนี้
Date : 2012-03-20 09:10:36 By : แบงค์
 

 

No. 3



โพสกระทู้ ( 1,521 )
บทความ ( 2 )

สมาชิกที่ใส่เสื้อไทยครีเอท Hall of Fame 2012

สถานะออฟไลน์
Facebook

Code (PHP)
$sum=0;
while ( $rs = mysql_fetch_row( $result ) ){

$sum=$sum+$rs[12]

}
echo $sum;

ลองดูครับ
แสดงความคิดเห็นโดยอ้างถึง ความคิดเห็นนี้
Date : 2012-03-20 09:35:21 By : Krungsri
 


 

No. 4

Guest


ใส่ตรงบรรทัดไหนคับ
แสดงความคิดเห็นโดยอ้างถึง ความคิดเห็นนี้
Date : 2012-03-20 09:39:24 By : แบงค์
 


 

No. 5

Guest


ตอบความคิดเห็นที่ : 3 เขียนโดย : Krungsri เมื่อวันที่ 2012-03-20 09:35:21
รายละเอียดของการตอบ ::
จากตัวอย่างนี้นะ คุณก็เอาตัวแปร $sum ไปแสดงตรง "รวมเป็นเงินทั้งสิ้น"
ส่วนตัวแปร $rs[' ชื่อฟิลด์ที่เก็บค่าที่ต้องการบวก '];

แสดงความคิดเห็นโดยอ้างถึง ความคิดเห็นนี้
Date : 2012-03-20 09:51:08 By : บังเอิญผ่านมาเห็น
 


 

No. 6

Guest


ยังไงคับ ผมเป็นคนเข้าใจอะไรยากคับพี่
แสดงความคิดเห็นโดยอ้างถึง ความคิดเห็นนี้
Date : 2012-03-20 10:04:14 By : แบงค์
 


 

No. 7



โพสกระทู้ ( 1,521 )
บทความ ( 2 )

สมาชิกที่ใส่เสื้อไทยครีเอท Hall of Fame 2012

สถานะออฟไลน์
Facebook

Code (PHP)
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"><!-- InstanceBegin template="/Templates/water_template2.dwt.php" codeOutsideHTMLIsLocked="false" -->
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<!-- InstanceBeginEditable name="doctitle" -->
<title>Untitled Document</title>
<!-- InstanceEndEditable -->
<!-- InstanceBeginEditable name="head" -->
<style type="text/css">
<!--
.style24 {font-family: AngsanaUPC; font-size: 20px; }
.style25 {
	font-family: AngsanaUPC;
	font-size: 22px;
	font-weight: bold;
	color: #0000FF;
}
.style28 {
	font-family: AngsanaUPC;
	font-size: 20px;
	font-weight: bold;
	color: #0000FF;
}
.style30 {font-family: AngsanaUPC; font-size: 20px; font-weight: bold; }
-->
</style>
<!-- InstanceEndEditable -->
<style type="text/css">
<!--
a:link {
	color: #0000FF;
	text-decoration: none;
}
a:visited {
	color: #0000FF;
	text-decoration: none;
}
a:hover {
	color: #FF00FF;
	text-decoration: none;
}
a:active {
	color: #FF00FF;
	text-decoration: none;
}
.style3 {
	color: #FFFFFF;
	font-weight: bold;
	font-family: AngsanaUPC;
	font-size: 22px;
}
.style22 {font-family: AngsanaUPC; font-size: 20px; color: #FFFFFF;}
-->
</style>
</head>

<body>

  <table width="798" height="460" border="0" align="center" cellpadding="0" cellspacing="0" bordercolor="#C8E2F9">
    <tr>
      <td height="140"><img src="header3.png" width="798" height="140" /></td>
    </tr>
    <tr>
      <td height="239" valign="top" bgcolor="#E2F2F5"><!-- InstanceBeginEditable name="EditRegion1" -->
        <p>&nbsp;</p>  

		<?php
	    include ('connect.php');
	   $sql = "SELECT * FROM  receipt ORDER BY cus_id ASC ";
		$result = mysql_query($sql);
		$num_row = mysql_num_rows($result)
		?>
        <form id="form2" name="form2" method="post" action="">
          <table width="646" border="1" align="center" cellpadding="1" cellspacing="0">
            <tr>
              <td colspan="6"><span class="style28">มีข้อมูลรายรับทั้งสิ้น &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;รายการ </span></td>
            </tr>
            <tr>
              <td width="84" bgcolor="#A9D2F3"><div align="center"><strong><span class="style24">เลขที่ใบเสร็จ </span></strong></div></td>
              <td width="83" bgcolor="#A9D2F3"><div align="center"><strong><span class="style24">รหัสผู้ใช้น้ำ</span></strong></div></td>
              <td width="162" bgcolor="#A9D2F3"><div align="center"><span class="style30">ชื่อ -นามสกุล </span></div></td>
              <td width="107" bgcolor="#A9D2F3"><div align="center"><strong><span class="style24">ประจำเดือน</span></strong></div></td>
              <td width="72" bgcolor="#A9D2F3"><div align="center"><strong><span class="style24">ปี</span></strong></div></td>
              <td width="112" bgcolor="#A9D2F3"><div align="center"><strong><span class="style24">จำนวนเงิน (บาท)</span></strong></div></td>
            </tr>
            <tr> <?php
		 		// ѹ SQL
		$sum=0;
	    while ( $rs = mysql_fetch_row( $result ) )
		{
		
		 $w_p = $price>=$price ;
	 $c_u = $price + $price;
	 $s = $c_u+$w_p;
	 $s++;
		
		$cus_id = $rs[2];
		$receipt_id = $rs[1];
	    $cus_name = $rs[3];
		$cus_lastname = $rs[4];
		
		$price = $rs[12];
		$month = $rs[14];
		$year = $rs[15];
		$sum=$sum+$rs[12];
		  ?>
              <td><div align="center"><span class="style24"><?php echo $receipt_id ?></span></div></td>
              <td><div align="center"><span class="style24"><?php echo $cus_id  ?></span></div></td>
              <td><div align="center"><span class="style24"><?php echo "$cus_name"."&nbsp;&nbsp;$cus_lastname" ?></span></div></td>
              <td><div align="center"><span class="style24"><?php echo $month  ?></span></div></td>
              <td><div align="center"><span class="style24"><?php echo $year  ?></span></div></td>
              <td><div align="center"><span class="style24"><?php echo $price ?></span></div></td>
            </tr> <?php  }?>
          </table>
          <br />
          <table width="308" border="0" align="center" cellpadding="0" cellspacing="0">
            <tr>
              <td width="308" height="124" valign="top"><fieldset>
              <legend><span class="style25">สรุปยอดรายรับเดือนนี้</span></legend>
                  <br />
                  <table width="254" border="0" align="center">
                    <tr>
                      <td width="143"><div align="right"><strong><span class="style24">รวมเป็นเงินทั้งสิ้น : </span></strong></div></td>
                      <td width="42"><input name="textfield2" type="text" size="7" value="<?php echo $sum;  ?>"/></td>
                      <td width="55"><strong><span class="style24">บาท</span></strong></td>
                    </tr>
                  </table>
                  <p>&nbsp;</p>
              </fieldset> </td>
            </tr>
          </table>
          <p align="center" class="style28"><a href="index11.php">&lt; กลับหน้าแรก &gt;</a></p>
        </form>
        <p>&nbsp;</p>
      <!-- InstanceEndEditable --></td>
    </tr>
    <tr>
      <td height="30" bgcolor="#3F94E9"><div align="center" class="style22">การประปาหมู่บ้านปากทาง<br />
24 &nbsp;ม.13&nbsp;&nbsp; ต.ตลิ่งชัน &nbsp;อ.บันนังสตา &nbsp;จ.ยะลา&nbsp;&nbsp;95130<br />
โทรศัพท์ : 081-7983950 </div></td>
    </tr>
</table>

</body>
<!-- InstanceEnd --></html>




ประวัติการแก้ไข
2012-03-20 10:11:44
แสดงความคิดเห็นโดยอ้างถึง ความคิดเห็นนี้
Date : 2012-03-20 10:10:21 By : Krungsri
 


 

No. 8



โพสกระทู้ ( 1,521 )
บทความ ( 2 )

สมาชิกที่ใส่เสื้อไทยครีเอท Hall of Fame 2012

สถานะออฟไลน์
Facebook

บรรทัดที่ 88,105,124
แสดงความคิดเห็นโดยอ้างถึง ความคิดเห็นนี้
Date : 2012-03-20 10:14:19 By : Krungsri
 


 

No. 9

Guest


ขอบคุณมากคับได้แล้ววว
แสดงความคิดเห็นโดยอ้างถึง ความคิดเห็นนี้
Date : 2012-03-20 10:18:53 By : แบงค์
 


 

No. 10

Guest


ขอรบกวนอีกนิดนะคับ จะเพิ่มการค้นหาเข้าไปคับ โดยค้นหาจากเดือน ปี คับ แต่ในฐานที่เก็บ ฟิวส์ date_after เป็น 11/11/2555 คับ ได้ทราบว่าต้องแก้ตรงไหนคับ หรือเพิ่มส่วนไหนคับ ขอบคุณคับ

โค๊ดคับCode (PHP)
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"><!-- InstanceBegin template="/Templates/water_template2.dwt.php" codeOutsideHTMLIsLocked="false" -->
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<!-- InstanceBeginEditable name="doctitle" -->
<title>Untitled Document</title>
<!-- InstanceEndEditable -->
<!-- InstanceBeginEditable name="head" -->
<style type="text/css">
<!--
.style24 {font-family: AngsanaUPC; font-size: 20px; }
.style25 {
	font-family: AngsanaUPC;
	font-size: 22px;
	font-weight: bold;
	color: #0000FF;
}
.style28 {
	font-family: AngsanaUPC;
	font-size: 20px;
	font-weight: bold;
	color: #0000FF;
}
.style30 {font-family: AngsanaUPC; font-size: 20px; font-weight: bold; }
-->
</style>
<!-- InstanceEndEditable -->
<style type="text/css">
<!--
a:link {
	color: #0000FF;
	text-decoration: none;
}
a:visited {
	color: #0000FF;
	text-decoration: none;
}
a:hover {
	color: #FF00FF;
	text-decoration: none;
}
a:active {
	color: #FF00FF;
	text-decoration: none;
}
.style3 {
	color: #FFFFFF;
	font-weight: bold;
	font-family: AngsanaUPC;
	font-size: 22px;
}
.style22 {font-family: AngsanaUPC; font-size: 20px; color: #FFFFFF;}
-->
</style>
</head>

<body>

  <table width="798" height="460" border="0" align="center" cellpadding="0" cellspacing="0" bordercolor="#C8E2F9">
    <tr>
      <td height="140"><img src="header3.png" width="798" height="140" /></td>
    </tr>
    <tr>
      <td height="239" valign="top" bgcolor="#E2F2F5"><!-- InstanceBeginEditable name="EditRegion1" -->
        <p>&nbsp;</p>  

		<p>
		  <?php
	    include ('connect.php');
	   $sql = "SELECT * FROM  receipt ORDER BY cus_id ASC ";
		$result = mysql_query($sql);
		$num_row = mysql_num_rows($result)
		?>
	  </p>
		<form id="form1" name="form1" method="post" action="12.php">
          <table width="540" border="0" align="center" cellpadding="0" cellspacing="0">
            <tr>
              <td width="540" height="124" valign="top"><fieldset>
                <legend><span class="style25">ค้นหาข้อมูลรายรับค่าน้ำ</span></legend>
                <br />
                <table width="480" border="0" align="center">
                  <tr>
                    <td width="86"><div align="right" class="style24">เลือกเดือน :</div></td>
                    <td width="105"><select name="select">
                        <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>
                        <option value="ตุลาคม">ตุลาคม</option>
                        <option value="พฤศจิกายน">พฤศจิกายน</option>
                        <option value="ธันวาคม">ธันวาคม</option>
                    </select></td>
                    <td width="54"><div align="right" class="style24">เลือกปี : </div></td>
                    <td width="104"><select name="select2">
                        <option value="2555">2555</option>
                        <option value="2556" selected="selected">2556</option>
                        <option value="2557">2557</option>
                    </select></td>
                    <td width="109"><input type="submit" name="Submit" value="แสดงข้อมูล" /></td>
                  </tr>
                </table>
                <p>&nbsp;</p>
                </fieldset>
                  
              </td>
            </tr>
          </table>
	  </form>
		<form id="form2" name="form2" method="post" action="">
          <table width="646" border="1" align="center" cellpadding="1" cellspacing="0">
            <tr>
              <td colspan="6"><span class="style28">มีข้อมูลรายรับทั้งสิ้น &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;รายการ </span></td>
            </tr>
            <tr>
              <td width="84" bgcolor="#A9D2F3"><div align="center"><strong><span class="style24">เลขที่ใบเสร็จ </span></strong></div></td>
              <td width="83" bgcolor="#A9D2F3"><div align="center"><strong><span class="style24">รหัสผู้ใช้น้ำ</span></strong></div></td>
              <td width="162" bgcolor="#A9D2F3"><div align="center"><span class="style30">ชื่อ -นามสกุล </span></div></td>
              <td width="107" bgcolor="#A9D2F3"><div align="center"><strong><span class="style24">ประจำเดือน</span></strong></div></td>
              <td width="72" bgcolor="#A9D2F3"><div align="center"><strong><span class="style24">ปี</span></strong></div></td>
              <td width="112" bgcolor="#A9D2F3"><div align="center"><strong><span class="style24">จำนวนเงิน (บาท)</span></strong></div></td>
            </tr>
            <tr> <?php
		 		// ѹ SQL
		$sum=0;
	    while ( $rs = mysql_fetch_row( $result ) )
		{
		
		 $w_p = $price>=$price ;
	 $c_u = $price + $price;
	 $s = $c_u+$w_p;
	 $s++;
		
		$cus_id = $rs[2];
		$receipt_id = $rs[1];
	    $cus_name = $rs[3];
		$cus_lastname = $rs[4];
		
		$price = $rs[12];
		$month = $rs[14];
		$year = $rs[15];
		$sum=$sum+$rs[12];
		  ?>
              <td><div align="center"><span class="style24"><?php echo $receipt_id ?></span></div></td>
              <td><div align="center"><span class="style24"><?php echo $cus_id  ?></span></div></td>
              <td><div align="center"><span class="style24"><?php echo "$cus_name"."&nbsp;&nbsp;$cus_lastname" ?></span></div></td>
              <td><div align="center"><span class="style24"><?php echo $month  ?></span></div></td>
              <td><div align="center"><span class="style24"><?php echo $year  ?></span></div></td>
              <td><div align="center"><span class="style24"><?php echo $price ?></span></div></td>
            </tr> <?php  }?>
          </table>
          <br />
          <table width="308" border="0" align="center" cellpadding="0" cellspacing="0">
            <tr>
              <td width="308" height="124" valign="top"><fieldset>
              <legend><span class="style25">สรุปยอดรายรับเดือนนี้</span></legend>
                  <br />
                  <table width="254" border="0" align="center">
                    <tr>
                      <td width="143"><div align="right"><strong><span class="style24">รวมเป็นเงินทั้งสิ้น : </span></strong></div></td>
                      <td width="42"><input name="textfield2" type="text" size="7" value="<?php echo $sum;  ?>"/></td>
                      <td width="55"><strong><span class="style24">บาท</span></strong></td>
                    </tr>
                  </table>
                  <p>&nbsp;</p>
              </fieldset> </td>
            </tr>
          </table>
          <p align="center" class="style28"><a href="index11.php">&lt; กลับหน้าแรก &gt;</a></p>
        </form>
        <p>&nbsp;</p>
      <!-- InstanceEndEditable --></td>
    </tr>
    <tr>
      <td height="30" bgcolor="#3F94E9"><div align="center" class="style22">การประปาหมู่บ้านปากทาง<br />
24 &nbsp;ม.13&nbsp;&nbsp; ต.ตลิ่งชัน &nbsp;อ.บันนังสตา &nbsp;จ.ยะลา&nbsp;&nbsp;95130<br />
โทรศัพท์ : 081-7983950 </div></td>
    </tr>
</table>

</body>
<!-- InstanceEnd --></html>


แสดงความคิดเห็นโดยอ้างถึง ความคิดเห็นนี้
Date : 2012-03-20 10:20:41 By : แบงค์
 


 

No. 11

Guest


ช่วยหน่อยคับพี่ ตามที่ถามเลยคับ ว่ายังไงแบบไหน หรือว่า ผมเขียนแปลกไปหรือคับ ขอโทษด้วยนะคับมือใหม่คับผม แต่อยากให้พี่ๆแนะนำหน่อยคับ ว่ายังไต่อคับ ผมเขียนไว้แล้ว แต่มันไม่ออกมาตามเงื่อนไขคับ
แสดงความคิดเห็นโดยอ้างถึง ความคิดเห็นนี้
Date : 2012-03-20 13:45:55 By : แบงค์
 


 

No. 12

Guest


พี่ๆคับ ขอให้ช่วยผมอีกนิดนะคับ ผมติดอยู่ที่นิดเดียวแล้วคับ ไม่ทราบว่าต้องแก้ไขยังไงคับถึงจะค้นหาได้คับ ผมงง สับสนหมดแล้วคับ
แสดงความคิดเห็นโดยอ้างถึง ความคิดเห็นนี้
Date : 2012-03-21 09:08:49 By : แบงค์
 


 

No. 13

Guest


พี่ๆคับ หรือว่าผม ถามยากเกินไปคับ แล้วต้องแก้ไข ยังไงคับกับสิ่งที่ผมสร้างมาแล้วคับ รบกวนด้วยคับ
แสดงความคิดเห็นโดยอ้างถึง ความคิดเห็นนี้
Date : 2012-03-21 09:59:10 By : แบงค์
 


 

No. 14

Guest


ไม่มีใครช่วยเลยหรออออออออออออออออ TT____________TT
แสดงความคิดเห็นโดยอ้างถึง ความคิดเห็นนี้
Date : 2012-03-21 17:06:14 By : แบงค์
 

   

ค้นหาข้อมูล


   
 

แสดงความคิดเห็น
Re : รบกวนถามหน่อยคับ เกี่ยวกับนำมาบวก คิดว่าบวกผิดอยู่นะคับ อยากให้แนะนำหน่อยคับ
 
 
รายละเอียด
 
ตัวหนา ตัวเอียง ตัวขีดเส้นใต้ ตัวมีขีดกลาง| ตัวเรืองแสง ตัวมีเงา ตัวอักษรวิ่ง| จัดย่อหน้าอิสระ จัดย่อหน้าชิดซ้าย จัดย่อหน้ากึ่งกลาง จัดย่อหน้าชิดขวา| เส้นขวาง| ขนาดตัวอักษร แบบตัวอักษร
ใส่แฟลช ใส่รูป ใส่ไฮเปอร์ลิ้งค์ ใส่อีเมล์ ใส่ลิ้งค์ FTP| ใส่แถวของตาราง ใส่คอลัมน์ตาราง| ตัวยก ตัวห้อย ตัวพิมพ์ดีด| ใส่โค้ด ใส่การอ้างถึงคำพูด| ใส่ลีสต์
smiley for :lol: smiley for :ken: smiley for :D smiley for :) smiley for ;) smiley for :eek: smiley for :geek: smiley for :roll: smiley for :erm: smiley for :cool: smiley for :blank: smiley for :idea: smiley for :ehh: smiley for :aargh: smiley for :evil:
Insert PHP Code
Insert ASP Code
Insert VB.NET Code Insert C#.NET Code Insert JavaScript Code Insert C#.NET Code
Insert Java Code
Insert Android Code
Insert Objective-C Code
Insert XML Code
Insert SQL Code
Insert Code
เพื่อความเรียบร้อยของข้อความ ควรจัดรูปแบบให้พอดีกับขนาดของหน้าจอ เพื่อง่ายต่อการอ่านและสบายตา และตรวจสอบภาษาไทยให้ถูกต้อง

อัพโหลดแทรกรูปภาพ

Notice

เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ
อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง

   
  เพื่อความปลอดภัยและการตรวจสอบ กระทู้ที่แทรกไฟล์อัพโหลดไฟล์จากที่อื่น อาจจะถูกลบทิ้ง
 
โดย
อีเมล์
บวกค่าให้ถูก
<= ตัวเลขฮินดูอารบิก เช่น 123 (หรือล็อกอินเข้าระบบสมาชิกเพื่อไม่ต้องกรอก)







Exchange: นำเข้าสินค้าจากจีน, Taobao, เฟอร์นิเจอร์, ของพรีเมี่ยม, ร่ม, ปากกา, power bank, แฟลชไดร์ฟ, กระบอกน้ำ

Load balance : Server 04
ThaiCreate.Com Logo
© www.ThaiCreate.Com. 2003-2024 All Rights Reserved.
ไทยครีเอทบริการ จัดทำดูแลแก้ไข Web Application ทุกรูปแบบ (PHP, .Net Application, VB.Net, C#)
[Conditions Privacy Statement] ติดต่อโฆษณา 081-987-6107 อัตราราคา คลิกที่นี่