session_start();
$server = "localhost";
$username = "titacth_database";
$password = "kmcMfK7d";
$database = "titacth_database";
mysql_connect($server, $username, $password)
or die("Could not connect to the database.");
mysql_select_db($database)
or die("Could not select database.");
@mysql_query("SET CHARACTER SET tis620; ");
@mysql_query("SET collation_connection = 'tis620_thai_ci'; ");
?>
header
|