mysql_query('set names utf8');//ถ้าในฐานข้อมูลเป็น tis620 ก็เปลี่ยนเป็น tis620 $sql= mysql_query("insert into table (id,name) values('1','aaa'); " ); //คิวรี่ คำสั่ง
<?php # FileName="Connection_php_mysql.htm" # Type="MYSQL" # HTTP="true" $hostname_db_connection = "localhost"; $database_db_connection = "db_test"; $username_db_connection = "root"; $password_db_connection = "1234"; $db_connection = mysql_pconnect($hostname_db_connection, $username_db_connection, $password_db_connection) or trigger_error(mysql_error(),E_USER_ERROR); $charset ="SET NAMES 'utf8'";mysql_query($charset) or die('Invalid query: ' . mysql_error()); ?>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง