แล้วก้ขึ้น Warning: Cannot modify header information - headers already sent by (output started at C:\AppServ\www\COM\chkmember.php:13) in C:\AppServ\www\COM\chkmember.php on line 32 ตัวนี้ขึ้นมาครับดูหน่อยครับว่าผิดไรครับ
<?php
include "chksession.php";
include "function.php";
include "connect.php";
$sql="select * from tb_meamber
where username='$sess_username' ";
$result=@mysql_db_query($dbname,$sql);
$result=@mysql_fetch_array($result);