?
Path : /home/admin/public_html/old/hotel/include/ |
Current File : /home/admin/public_html/old/hotel/include/connectdb.php |
<? // ??????????????????? $host="localhost"; $username = "admin_happyko"; $password = "admin*tour2015"; $db="admin_happyko"; $connect=mysql_connect($host,$username,$password) or die ("Cannot Connect to MySQL"); mysql_select_db($db) or die ("Cannot connect to Database"); mysql_query("set NAMES utf8"); // ?????????? Head Title ??? Buttion Text ???????? $headtxt_web = "ทัวร์เกาหลี"; $buttomtxt_web = "Copyrights (c) 2012. Webdesign-d.com. All rights reserved. <br>Email : <a href=mailto:admin@webdesign-d.com>admin@webdesign-d.com</a>"; // ?????????? Head Title ??? Buttion Text ???? Admin $headtxt = "ทัวร์เกาหลี"; $buttomtxt = "Copyrights (c) 2012. . All rights reserved. <br>Email : <a href=mailto:admin@webdesign-d.com>admin@webdesign-d.com</a>"; ?>