Warning: session_start(): Cannot send session cookie - headers already sent by
(output started at /home/student45/s452229115/public_html/food/order2.php:1) in /home/student45/s452229115/public_html/food/order2.php on line 3
<?
ob_start();
session_start(); //error บรรทัดนี้ ถ้าเอาออก จะไป error บรรทัด 15
include("config.php");
$tb="order";
mysql_connect( $host,$username,$pass_word) or die ("ติดต่อกับฐานข้อมูล Mysql ไม่ได้ ");
mysql_select_db($db) or die("เลือกฐานข้อมูลไม่ได้");