Warning: Cannot modify header information - headers already sent by (output started at /home/mobile/public_html/th/compare.php:1) in /home/mobile/public_html/file-lib/config.global.inc.php on line 39
ไฟล์ config.global.inc.php เป็นแบบนี้ค่ะ
<?
/* ' *
' Config Golbal
' Description: Configuration global system (db and domain)
' Date started: 2005/07/06 11:37:13
'
' $Id: config.global.inc.php,v labour-version 2005/07/06 11:37:17 labour Exp $
'
' Labour By Withichiwit.com and Labourcorporate.com
' Copyright Withichiwit.com and Labourcorporate.com
'
' Website: http://www.withichiwit.com
' http://www.labourcorpoarte.com
' Email: [email protected]
' Country: Thailand
'
* ' */
## MySQL Configuration
define('_DBServer', 'localhost'); // Database Server
define('_DBUser', 'mobile_web'); // MySQL Username
define('_DBPass', 'sdsl#UIQW,Q!'); // MySQL Password
define('_DBName', 'mobile_web'); // Database Name
define('_DBPrefix', 'ilo_'); // Database Table Prefix [Optional]
define('_DBCharset', 'UTF8'); // SET NAMES charset_name [UTF8, TIS620]
## End