?
Path : /home/admin/domains/happytokorea.com/public_html_bk/promice/include/ |
Current File : /home/admin/domains/happytokorea.com/public_html_bk/promice/include/connectdb.php |
<? // ??????????????????? $host="localhost"; $username = "admin_pro"; $password = "savage"; $db="admin_pro"; $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 = "Promice"; $buttomtxt_web = "Copyrights (c) 2012. promice.co.kr. All rights reserved. <br>Email : <a href=mailto:info@promice.co.kr>info@promice.co.kr</a>"; // ?????????? Head Title ??? Buttion Text ???? Admin $headtxt = " Thai&Korea Mice "; $buttomtxt = "Copyrights (c) 2012. . All rights reserved. <br>Email : <a href=mailto:info@promice.co.kr>info@promice.co.kr</a>"; ?>