Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /home/mono/domains/mono.asia/public_html/hide/hide.php:2) in /home/mono/domains/mono.asia/public_html/hide/hide.php on line 3
บรรทัดที่ 3 คือ session_start();
Code
Warning: Cannot modify header information - headers already sent by (output started at /home/mono/domains/mono.asia/public_html/hide/hide.php:2) in /home/mono/domains/mono.asia/public_html/hide/hide.php on line 9
$db_conn = mysql_connect($host,$username,$password) or die ("ไม่สามารถติดต่อดาต้าเบสได้");
mysql_query("SET NAMES TIS620");
mysql_select_db($dbname,$db_conn);