Connection MYSQL

$host = "localhost";
$user = "username";
$pass = "password";

$link = mysql_connect($host,$user,$pass);
mysql_query("SET NAMES UTF8"); // แก้ปัญหาภาษาไทยเพี้ยน
$sql = "SQL Command"
$result = mysql_query($sql);
mysql_close($link);
?>

Comments

Popular posts from this blog

การตั้งเวลาระหว่าง Server และ Client

วิธีตั้งค่า NTP บน Primary Domain Controller

Installation and Run Node.JS on IIS