<?php # FileName="Connection_php_mysql.htm" # Type="MYSQL" # HTTP="true" $hostname_con_ecomm = "localhost"; $database_con_ecomm = "xxxxx"; $username_con_ecomm = "xxxxx"; $password_con_ecomm = "te7ydhHO"; $con_ecomm = mysql_pconnect($hostname_con_ecomm, $username_con_ecomm, $password_con_ecomm) or trigger_error(mysql_error(),E_USER_ERROR); mysql_query("SET character_set_results=utf8"); mysql_query("SET character_set_client=utf8"); mysql_query("SET character_set_connection=utf8"); ?>
<head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> </head>
<?php ob_start(); session_start(); ?> <meta http-equiv=Content-Type content="text/html; charset=utf-8"> <?php require_once('Connections/con_ecomm.php'); ?> <?php $currentPage = $_SERVER["PHP_SELF"];
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง