?
Path : /home/admin/domains/happytokorea.com/public_html_bk/include/ |
Current File : /home/admin/domains/happytokorea.com/public_html_bk/include/connectdb.php |
<? // ??????????????????? $host="localhost"; $username = "admin_happykorea"; $password = "my;iNgdks]u2011"; $db="admin_happykorea"; $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>"; ?>