mysql_select_db($database_con_ecomm, $con_ecomm);
$query_Recordset1 = "SELECT * FROM product WHERE prod_new = 0 and prod_show = 0";
$Recordset1 = mysql_query($query_Recordset1, $con_ecomm) or die(mysql_error());
$row_Recordset1 = mysql_fetch_assoc($Recordset1);
$totalRows_Recordset1 = mysql_num_rows($Recordset1);
mysql_select_db($database_con_ecomm, $con_ecomm);
$query_rs_title = "SELECT * FROM webconfig";
$rs_title = mysql_query($query_rs_title, $con_ecomm) or die(mysql_error());
$row_rs_title = mysql_fetch_assoc($rs_title);
$totalRows_rs_title = mysql_num_rows($rs_title);
แต่พอผมรันมันฟ้องด้านบนว่าแบบนี้ครับ
Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /home/varatchanu/domains/naptuneprayakorn.com/public_html/display2.php:2) in /home/varatchanu/domains/naptuneprayakorn.com/public_html/display2.php on line 2