?
Path : /home/admin/domains/happytokorea.com/public_html_bk/include/ |
Current File : /home/admin/domains/happytokorea.com/public_html_bk/include/connectdb.php.bak |
<? // ??????????????????? $host="localhost"; $username = "root"; $password = "root"; $db="ctwl"; $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 windows-874"); // ?????????? 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. Webdesign-d . All rights reserved. <br>Email : <a href=mailto:admin@webdesign-d.com>admin@webdesign-d.com</a>"; ?>