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,038

HOME > PHP > PHP Forum > สอบถามหน่อยครับ ต้องการให้เมื่อเลือก radio button 1,2,3 .. แล้วไปแสดงผลเท่ากับ radio button รวม(มีรูป)


[PHP] สอบถามหน่อยครับ ต้องการให้เมื่อเลือก radio button 1,2,3 .. แล้วไปแสดงผลเท่ากับ radio button รวม(มีรูป)

 
Topic : 124943



โพสกระทู้ ( 211 )
บทความ ( 0 )



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



สอบถามหน่อยครับ ต้องการให้เมื่อเลือก radio button 1,2,3 .. แล้วไปแสดงผลเท่ากับ radio button รวม(มีรูป)

คือ เมื่อเลือกอันข้างบนหลายๆอัน ถ้าเกิดเลือกไม่ผ่านสักอันเดียว ผล radio button ล่างสุดก็จะไม่ผ่าน

s

Code (PHP)
001.<form id="formRegister" name="formRegister" method="post" action="save_check_restuarane_bct.php">
002.  <table width="1073" border="1" align="center" cellpadding="0" cellspacing="0" bordercolor="#FFFFFF">
003.    <tr>
004.      <td height="40" colspan="2" align="center" bgcolor="#D6D5D6"><b>บันทึกการตรวจร้าน</b></td>
005.    </tr>
006.    <tr>
007.      <td colspan="2" align="right" bgcolor="#EBEBEB">&nbsp;</td>
008.    </tr>
009.    <tr>
010.            <td bgcolor="#EBEBEB"><div align="left">&nbsp;&nbsp;&nbsp;9. ช้อน ส้อม ตะเกียบ  วางตั้งเอาด้ามขึ้นในภาชนะโปร่งสะ อาด และมีการปกปิด เก็บสูงจากพื้นอย่างน้อย 60  ซม.</div></td>
011.      <td bgcolor="#EBEBEB"><label>
012.        <input type="radio" name="SPOON" value="0" id="SPOON0" />
013.        ผ่าน</label>
014.        <label>
015.          <input type="radio" name="SPOON" value="1" id="SPOON1" />
016.          ไม่ผ่าน</label>
017.      <label for="SPOON"></label></td>
018.    </tr>
019.    <tr>
020.      <td bgcolor="#EBEBEB"><div align="left"></div></td>
021.      <td bgcolor="#EBEBEB">&nbsp;</td>
022.    </tr>
023.    <tr>
024.      <td bgcolor="#EBEBEB"><div align="left">&nbsp;&nbsp;&nbsp;10. มูลฝอย และน้ำเสียทุกชนิด  ได้รับการกำจัดด้วยวิธีที่ถูกหลักสุขาภิบาล</div></td>
025.      <td bgcolor="#EBEBEB"><label>
026.        <input type="radio" name="GARBAGE" value="0" id="GARBAGE0" />
027.        ผ่าน</label>
028.        <label>
029.          <input type="radio" name="GARBAGE" value="1" id="GARBAGE1" />
030.          ไม่ผ่าน</label>
031.      <label for="GARBAGE"></label></td>
032.    </tr>
033.    <tr>
034.      <td bgcolor="#EBEBEB"><div align="left"></div></td>
035.      <td bgcolor="#EBEBEB">&nbsp;</td>
036.    </tr>
037.    <tr>
038.      <td bgcolor="#EBEBEB"><div align="left">&nbsp;&nbsp;&nbsp;11. ห้องส้วมสำหรับผู้บริโภคและผู้สัมผัสอาหารต้องสะอาด  มีอ่างล้างมือที่ใช้การได้ดี และมีสบู่ใช้ตลอดเวลา</div></td>
039.      <td bgcolor="#EBEBEB"><label>
040.        <input type="radio" name="TOILET" value="0" id="TOILET0" />
041.        ผ่าน</label>
042.        <label>
043.          <input type="radio" name="TOILET" value="1" id="TOILET1" />
044.          ไม่ผ่าน</label>
045.      <label for="TOILET"></label></td>
046.    </tr>
047.    <tr>
048.      <td bgcolor="#EBEBEB"><div align="left"></div></td>
049.      <td bgcolor="#EBEBEB">&nbsp;</td>
050.    </tr>
051.    <tr>
052.      <td bgcolor="#EBEBEB"><div align="left">&nbsp;&nbsp;&nbsp;12. ผู้สัมผัสอาหารแต่งกายสะอาด  สวมเสื้อมีแขน ผู้ปรุงต้องผูกผ้ากันเปื้อนที่สะอาด สวมหมวกหรือเน็ทคลุมผม</div></td>
053.      <td bgcolor="#EBEBEB"><label>
054.        <input type="radio" name="COOK_CLOTH" value="0" id="COOK_CLOTH0" />
055.        ผ่าน</label>
056.        <label>
057.          <input type="radio" name="COOK_CLOTH" value="1" id="COOK_CLOTH1" />
058.          ไม่ผ่าน</label>
059.      <label for="COOK_CLOTH"></label></td>
060.    </tr>
061.    <tr>
062.      <td bgcolor="#EBEBEB"><div align="left"></div></td>
063.      <td bgcolor="#EBEBEB">&nbsp;</td>
064.    </tr>
065.    <tr>
066.      <td bgcolor="#EBEBEB"><div align="left">&nbsp;&nbsp;&nbsp;13. ผู้สัมผัสอาหารต้องล้างมือให้สะอาดก่อนเตรียมปรุง  ประกอบ จำหน่ายอาหารทุกครั้ง ใช้อุปกรณ์ในการหยิบจับอาหารที่ปรุงแล้วทุกชนิด</div></td>
067.      <td bgcolor="#EBEBEB"><label>
068.        <input type="radio" name="COOK_CLEAN" value="0" id="COOK_CLEAN0" />
069.        ผ่าน</label>
070.        <label>
071.          <input type="radio" name="COOK_CLEAN" value="1" id="COOK_CLEAN1" />
072.          ไม่ผ่าน</label>
073.      <label for="COOK_CLEAN"></label></td>
074.    </tr>
075.    <tr>
076.      <td bgcolor="#EBEBEB"><div align="left"></div></td>
077.      <td bgcolor="#EBEBEB">&nbsp;</td>
078.    </tr>
079.    <tr>
080.      <td bgcolor="#EBEBEB"><div align="left">&nbsp;&nbsp;&nbsp;14. ผู้สัมผัสอาหารที่มีบาดแผลที่มือต้องปิดแผลให้มิดชิด  หลีกเลี่ยงการปฏิบัติงานที่มีโอกาสสัมผัสอาหาร</div></td>
081.      <td bgcolor="#EBEBEB"><label>
082.        <input type="radio" name="COOK_SAVE" value="0" id="COOK_SAVE0" />
083.        ผ่าน</label>
084.        <label>
085.          <input type="radio" name="COOK_SAVE" value="1" id="COOK_SAVE1" />
086.          ไม่ผ่าน</label>
087.      <label for="COOK_SAVE"></label></td>
088.    </tr>
089.    <tr>
090.      <td bgcolor="#EBEBEB"><div align="left"></div></td>
091.      <td bgcolor="#EBEBEB">&nbsp;</td>
092.    </tr>
093.    <tr>
094.      <td bgcolor="#EBEBEB"><div align="left">&nbsp;&nbsp;&nbsp;15. ผู้สัมผัสอาหารที่เจ็บป่วยด้วยโรคที่สามารถติดต่อไปยังผู้บริโภค  โดยมีน้ำและอาหารเป็นสื่อ ให้หยุดปฏิบัติงานจนกว่าจะรักษาให้หายขาด</div></td>
095.      <td bgcolor="#EBEBEB"><label>
096.        <input type="radio" name="COOK_DISEASES" value="0" id="COOK_DISEASES0" />
097.        ผ่าน</label>
098.        <label>
099.          <input type="radio" name="COOK_DISEASES" value="1" id="COOK_DISEASES1" />
100.          ไม่ผ่าน</label>
101.      <label for="COOK_DISEASES"></label></td>
102.    </tr>
103.    <tr>
104.      <td colspan="2" bgcolor="#EBEBEB">&nbsp;</td>
105.    </tr>
106.    <tr>
107.      <td colspan="2" bgcolor="#EBEBEB">&nbsp;&nbsp;&nbsp;&nbsp;ผล :       
108.        <label>
109.          <input type="radio" name="RESULT" value="0" id="RESULT0" />
110.          ผ่าน</label>
111.        <label>
112.          <input type="radio" name="RESULT" value="1" id="RESULT1" />
113.      ไม่ผ่าน</label></td>
114.    </tr>
115.    <tr>
116.      <td colspan="2" bgcolor="#EBEBEB">&nbsp;</td>
117.    </tr>
118.    <tr>
119.         <tr>
120.      <td colspan="2" bgcolor="#EBEBEB"> &nbsp;
121.        &nbsp; <div align="center">
122.          <input type="reset" name="Reset" id="button" value="ล้างข้อมูล" style="width:80px;height:50px"/>       
123.           <input type="submit" name="Register" id="Register" value="บันทึก" style="width:80px;height:50px"/>
124.      </div></td>
125.    </tr>
126.    <tr>
127.      <td bgcolor="#EBEBEB">&nbsp;</td>
128.      <td bgcolor="#EBEBEB">&nbsp;</td>
129.    </tr>
130.  </table>
131.  <p><br />
132.    <br />
133.  </p>
134.</form>




Tag : PHP

Move To Hilight (Stock) 
Send To Friend.Bookmark.
Date : 2016-10-13 13:22:49 By : sweerawat View : 781 Reply : 6
 

 

No. 1



โพสกระทู้ ( 5,105 )
บทความ ( 4 )

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

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


validate input radio option มีมากมายหลายวิธี
แสดงความคิดเห็นโดยอ้างถึง ความคิดเห็นนี้
Date : 2016-10-13 15:23:57 By : apisitp
 

 

No. 2



โพสกระทู้ ( 3,156 )
บทความ ( 0 )

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

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


"ผ่าน" กำหนด =1 / "ไม่ผ่าน" กำหนด = 0 และ เติม <tbody></tbody> , <tfoot></tfoot> เพื่อกำหนดขอบเขต
001.<form id="formRegister" name="formRegister" method="post" action="save_check_restuarane_bct.php">
002.  <table width="1073" border="1" align="center" cellpadding="0" cellspacing="0" bordercolor="#FFFFFF">
003.    <tr>
004.      <td height="40" colspan="2" align="center" bgcolor="#D6D5D6"><b>บันทึกการตรวจร้าน</b></td>
005.    </tr>
006.    <tr>
007.      <td colspan="2" align="right" bgcolor="#EBEBEB">&nbsp;</td>
008.    </tr>
009.    <tbody>
010.    <tr>
011.            <td bgcolor="#EBEBEB"><div align="left">&nbsp;&nbsp;&nbsp;9. ช้อน ส้อม ตะเกียบ  วางตั้งเอาด้ามขึ้นในภาชนะโปร่งสะ อาด และมีการปกปิด เก็บสูงจากพื้นอย่างน้อย 60  ซม.</div></td>
012.      <td bgcolor="#EBEBEB"><label>
013.        <input type="radio" name="SPOON" value="1" id="SPOON0" />
014.        ผ่าน</label>
015.        <label>
016.          <input type="radio" name="SPOON" value="0" id="SPOON1" />
017.          ไม่ผ่าน</label>
018.      <label for="SPOON"></label></td>
019.    </tr>
020.    <tr>
021.      <td bgcolor="#EBEBEB"><div align="left"></div></td>
022.      <td bgcolor="#EBEBEB">&nbsp;</td>
023.    </tr>
024.    <tr>
025.      <td bgcolor="#EBEBEB"><div align="left">&nbsp;&nbsp;&nbsp;10. มูลฝอย และน้ำเสียทุกชนิด  ได้รับการกำจัดด้วยวิธีที่ถูกหลักสุขาภิบาล</div></td>
026.      <td bgcolor="#EBEBEB"><label>
027.        <input type="radio" name="GARBAGE" value="1" id="GARBAGE0" />
028.        ผ่าน</label>
029.        <label>
030.          <input type="radio" name="GARBAGE" value="0" id="GARBAGE1" />
031.          ไม่ผ่าน</label>
032.      <label for="GARBAGE"></label></td>
033.    </tr>
034.    <tr>
035.      <td bgcolor="#EBEBEB"><div align="left"></div></td>
036.      <td bgcolor="#EBEBEB">&nbsp;</td>
037.    </tr>
038.    <tr>
039.      <td bgcolor="#EBEBEB"><div align="left">&nbsp;&nbsp;&nbsp;11. ห้องส้วมสำหรับผู้บริโภคและผู้สัมผัสอาหารต้องสะอาด  มีอ่างล้างมือที่ใช้การได้ดี และมีสบู่ใช้ตลอดเวลา</div></td>
040.      <td bgcolor="#EBEBEB"><label>
041.        <input type="radio" name="TOILET" value="1" id="TOILET0" />
042.        ผ่าน</label>
043.        <label>
044.          <input type="radio" name="TOILET" value="0" id="TOILET1" />
045.          ไม่ผ่าน</label>
046.      <label for="TOILET"></label></td>
047.    </tr>
048.    <tr>
049.      <td bgcolor="#EBEBEB"><div align="left"></div></td>
050.      <td bgcolor="#EBEBEB">&nbsp;</td>
051.    </tr>
052.    <tr>
053.      <td bgcolor="#EBEBEB"><div align="left">&nbsp;&nbsp;&nbsp;12. ผู้สัมผัสอาหารแต่งกายสะอาด  สวมเสื้อมีแขน ผู้ปรุงต้องผูกผ้ากันเปื้อนที่สะอาด สวมหมวกหรือเน็ทคลุมผม</div></td>
054.      <td bgcolor="#EBEBEB"><label>
055.        <input type="radio" name="COOK_CLOTH" value="1" id="COOK_CLOTH0" />
056.        ผ่าน</label>
057.        <label>
058.          <input type="radio" name="COOK_CLOTH" value="0" id="COOK_CLOTH1" />
059.          ไม่ผ่าน</label>
060.      <label for="COOK_CLOTH"></label></td>
061.    </tr>
062.    <tr>
063.      <td bgcolor="#EBEBEB"><div align="left"></div></td>
064.      <td bgcolor="#EBEBEB">&nbsp;</td>
065.    </tr>
066.    <tr>
067.      <td bgcolor="#EBEBEB"><div align="left">&nbsp;&nbsp;&nbsp;13. ผู้สัมผัสอาหารต้องล้างมือให้สะอาดก่อนเตรียมปรุง  ประกอบ จำหน่ายอาหารทุกครั้ง ใช้อุปกรณ์ในการหยิบจับอาหารที่ปรุงแล้วทุกชนิด</div></td>
068.      <td bgcolor="#EBEBEB"><label>
069.        <input type="radio" name="COOK_CLEAN" value="1" id="COOK_CLEAN0" />
070.        ผ่าน</label>
071.        <label>
072.          <input type="radio" name="COOK_CLEAN" value="0" id="COOK_CLEAN1" />
073.          ไม่ผ่าน</label>
074.      <label for="COOK_CLEAN"></label></td>
075.    </tr>
076.    <tr>
077.      <td bgcolor="#EBEBEB"><div align="left"></div></td>
078.      <td bgcolor="#EBEBEB">&nbsp;</td>
079.    </tr>
080.    <tr>
081.      <td bgcolor="#EBEBEB"><div align="left">&nbsp;&nbsp;&nbsp;14. ผู้สัมผัสอาหารที่มีบาดแผลที่มือต้องปิดแผลให้มิดชิด  หลีกเลี่ยงการปฏิบัติงานที่มีโอกาสสัมผัสอาหาร</div></td>
082.      <td bgcolor="#EBEBEB"><label>
083.        <input type="radio" name="COOK_SAVE" value="1" id="COOK_SAVE0" />
084.        ผ่าน</label>
085.        <label>
086.          <input type="radio" name="COOK_SAVE" value="0" id="COOK_SAVE1" />
087.          ไม่ผ่าน</label>
088.      <label for="COOK_SAVE"></label></td>
089.    </tr>
090.    <tr>
091.      <td bgcolor="#EBEBEB"><div align="left"></div></td>
092.      <td bgcolor="#EBEBEB">&nbsp;</td>
093.    </tr>
094.    <tr>
095.      <td bgcolor="#EBEBEB"><div align="left">&nbsp;&nbsp;&nbsp;15. ผู้สัมผัสอาหารที่เจ็บป่วยด้วยโรคที่สามารถติดต่อไปยังผู้บริโภค  โดยมีน้ำและอาหารเป็นสื่อ ให้หยุดปฏิบัติงานจนกว่าจะรักษาให้หายขาด</div></td>
096.      <td bgcolor="#EBEBEB"><label>
097.        <input type="radio" name="COOK_DISEASES" value="1" id="COOK_DISEASES0" />
098.        ผ่าน</label>
099.        <label>
100.          <input type="radio" name="COOK_DISEASES" value="0" id="COOK_DISEASES1" />
101.          ไม่ผ่าน</label>
102.      <label for="COOK_DISEASES"></label></td>
103.    </tr>
104.    <tr>
105.      <td colspan="2" bgcolor="#EBEBEB">&nbsp;</td>
106.    </tr>
107.    </tbody>
108.    <tfoot>
109.    <tr>
110.      <td colspan="2" bgcolor="#EBEBEB">&nbsp;&nbsp;&nbsp;&nbsp;ผล :       
111.        <label>
112.          <input type="radio" name="RESULT" value="1" id="RESULT0" />
113.          ผ่าน</label>
114.        <label>
115.          <input type="radio" name="RESULT" value="0" id="RESULT1" />
116.      ไม่ผ่าน</label></td>
117.    </tr>
118.    <tr>
119.      <td colspan="2" bgcolor="#EBEBEB">&nbsp;</td>
120.    </tr>
121.    <tr>
122.         <tr>
123.      <td colspan="2" bgcolor="#EBEBEB"> &nbsp;
124.        &nbsp; <div align="center">
125.          <input type="reset" name="Reset" id="button" value="ล้างข้อมูล" style="width:80px;height:50px"/>       
126.           <input type="submit" name="Register" id="Register" value="บันทึก" style="width:80px;height:50px"/>
127.      </div></td>
128.    </tr>
129.    <tr>
130.      <td bgcolor="#EBEBEB">&nbsp;</td>
131.      <td bgcolor="#EBEBEB">&nbsp;</td>
132.    </tr>
133.    </tfoot>
134.  </table>
135.  <p><br />
136.    <br />
137.  </p>
138.</form>



Code (JavaScript)
01.$(document).ready(function(){ 
02.  var radios = $("tbody input:radio");
03.  var questscount = parseInt(radios.length/2);
04.  var pass = 1 , answerscount = 0;
05.     
06.  radios.click(function(){
07.    var current = $(this),
08.    currentChecked = current.parents('tbody').find('input:radio:checked'),
09.    answerscount = currentChecked.length;  
10.    pass = 1;
11.    currentChecked.each(function(){    
12.            pass = pass&&parseInt($(this).val());
13.    });   
14.     
15.    if(answerscount == questscount){
16.        if(pass)
17.            $("#RESULT0").prop("checked",true);
18.        else
19.            $("#RESULT1").prop("checked",true);
20.    }
21. 
22.  })
23.});


https://jsfiddle.net/umc5x6cg/


ประวัติการแก้ไข
2016-10-17 10:05:11
แสดงความคิดเห็นโดยอ้างถึง ความคิดเห็นนี้
Date : 2016-10-17 10:03:27 By : sakuraei
 

 

No. 3



โพสกระทู้ ( 211 )
บทความ ( 0 )



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


ขอบคุณมากๆครับ
แสดงความคิดเห็นโดยอ้างถึง ความคิดเห็นนี้
Date : 2016-10-17 11:55:20 By : sweerawat
 

 

No. 4



โพสกระทู้ ( 211 )
บทความ ( 0 )



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


ตอบความคิดเห็นที่ : 2 เขียนโดย : sakuraei เมื่อวันที่ 2016-10-17 10:03:27
รายละเอียดของการตอบ ::
..... รบกวนอธิบาย สคริป ข้างล่างหน่อยได้มั้ยครับ พอดีผมให้ผ่าน = 0 ไม่ผ่าน = 1
เลือกครั้งแรกมันได้แต่พอเปลี่ยนกลับ ผลกลับไม่เปลี่ยนเป็นผ่านน่ะครับ ขอบคุณมากครับ


Code (PHP)
01.$(document).ready(function(){ 
02.  var radios = $("tbody input:radio");
03.  var questscount = parseInt(radios.length/2);
04.  var pass = 1 , answerscount = 0;
05.     
06.  radios.click(function(){
07.    var current = $(this),
08.    currentChecked = current.parents('tbody').find('input:radio:checked'),
09.    answerscount = currentChecked.length;  
10.    pass = 1;
11.    currentChecked.each(function(){    
12.            pass = pass&&parseInt($(this).val());
13.    });   
14.     
15.    if(answerscount == questscount){
16.        if(pass)
17.            $("#RESULT0").prop("checked",true);
18.        else
19.            $("#RESULT1").prop("checked",true);
20.    }
21. 
22.  })
23.});

แสดงความคิดเห็นโดยอ้างถึง ความคิดเห็นนี้
Date : 2016-10-18 10:52:19 By : sweerawat
 

 

No. 5



โพสกระทู้ ( 211 )
บทความ ( 0 )



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


พอคลิ๊กอะไร ผลมันก็กลายเป็นไม่ผ่านหมดเลยครับ
แสดงความคิดเห็นโดยอ้างถึง ความคิดเห็นนี้
Date : 2016-10-18 10:55:29 By : sweerawat
 

 

No. 6



โพสกระทู้ ( 3,156 )
บทความ ( 0 )

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

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


ตอบความคิดเห็นที่ : 5 เขียนโดย : sweerawat เมื่อวันที่ 2016-10-18 10:55:29
รายละเอียดของการตอบ ::
ลองสลับดูครับ

Code (JavaScript)
1.if(pass)
2.$("#RESULT1").prop("checked",true);
3.else
4.$("#RESULT0").prop("checked",true);
5.}


แสดงความคิดเห็นโดยอ้างถึง ความคิดเห็นนี้
Date : 2016-10-18 11:14:38 By : sakuraei
 

   

ค้นหาข้อมูล


   
 

แสดงความคิดเห็น
Re : สอบถามหน่อยครับ ต้องการให้เมื่อเลือก radio button 1,2,3 .. แล้วไปแสดงผลเท่ากับ radio button รวม(มีรูป)
 
 
รายละเอียด
 
ตัวหนา ตัวเอียง ตัวขีดเส้นใต้ ตัวมีขีดกลาง| ตัวเรืองแสง ตัวมีเงา ตัวอักษรวิ่ง| จัดย่อหน้าอิสระ จัดย่อหน้าชิดซ้าย จัดย่อหน้ากึ่งกลาง จัดย่อหน้าชิดขวา| เส้นขวาง| ขนาดตัวอักษร แบบตัวอักษร
ใส่แฟลช ใส่รูป ใส่ไฮเปอร์ลิ้งค์ ใส่อีเมล์ ใส่ลิ้งค์ 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 (หรือล็อกอินเข้าระบบสมาชิกเพื่อไม่ต้องกรอก)





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