หนูหาที่แก้ Warning: Cannot modify header information - headers ...ไม่เจอค่ะช่วยทีค่ะ
คือหนูทำระบบส่งอาจารย์แล้วเจอปัญหา
หน้าเว็บขึ้น
Warning: Cannot modify header information - headers already sent by (output started at C:\AppServ\www\airplane\customer_insert.php:1) in C:\AppServ\www\airplane\customer_insert.php on line 16
หนูลองหลายทางแล้วแก่ไม่ได้อะค่ะหรือหนูอาจจะแก้ผิดที่
เป็นทุกไฟล์ที่insert เขาดาต้าเบสเลยค่ะ
แต่ข้อมูลเข้าดาต้าเบตปกตินะคะ
ช่วยทีนะคะ
(หนูลองใส่ob_start();แล้วแต่ก็ยังไม่หายค่ะ
<?php
include "config.php";
$con = mysql_connect($host,$username,$password);
if( !$con)
{ die('Coule not connect: ' . mysql_error()); }
mysql_select_db($database, $con);
$idcus= $_POST["idcus"];
$namecus= $_POST["namecus"];
$sexcus= $_POST["sexcus"];
$addcus= $_POST["addcus"];
$telcus= $_POST["telcus"];
$sql="INSERT INTO customer(idcus,namecus,sexcus,addcus,telcus)
VALUES('$idcus','$namecus','$sexcus','$addcus','$telcus')";
if (!mysql_query($sql,$con))
{ die('Error: ' . mysql_error()); }
header("Location:customer_list.php");
mysql_close($con);
?>Tag : PHP, MySQL, HTML/CSS
Date :
2016-05-19 02:11:45
By :
ืืnn9
View :
863
Reply :
2
ลองเช็คไฟล์
type utf8 without bom
Date :
2016-05-19 09:53:49
By :
Chaidhanan
ขอบคุณมากค่ะ
Date :
2016-05-19 13:35:16
By :
ืืnn9
Load balance : Server 04