ใช้ session เมื่อไหร่เป็นอันงงทุกทีเลยช่วยดูให้หน่อยครับว่าใช้ session ตรงไหนผิดหรือเปล่า
Code
Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at C:\AppServ\www\helpdesk\admin\home.php:1) in C:\AppServ\www\helpdesk\admin\home.php on line 1
[hom.php]
Code (PHP)
<?Session_start();
if($sess_adminid<>session_id()){
header("location:login.php");exit();
}
?>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<META HTTP-EQUIV="Refresh" CONTENT="60;URL=home.php">
<title>ระบบแจ้งซ่อมอินเตอร์เน็ต บริษทกสทโทรคมนาคม</title>
<meta name="keywords" content="" />
<meta name="description" content="" />
<link href="../default.css" rel="stylesheet" type="text/css" />
<meta http-equiv="refresh" content="180;URL=home.php">
<SCRIPT LANGUAGE='JAVASCRIPT' TYPE='TEXT/JAVASCRIPT'>
<!--
var win=null;
function NewWindow(mypage,myname,w,h,pos,infocus){
if(pos=="random"){myleft=(screen.width)?Math.floor(Math.random()*(screen.width-w)): 100;mytop=(screen.height)?Math.floor(Math.random()*((screen.height-h)-75)):100;}
if(pos=="center"){myleft=(screen.width)?(screen.width-w)/2:100;mytop=(screen.height)?(screen.height-h)/2:100;}
else if((pos!='center' && pos!="random") || pos==null){myleft=0;mytop=20}
settings="width=" + w + ",height=" + h + ",top=" + mytop + ",left=" + myleft + ",scrollbars=no,location=no,directories=no,status=no ,menubar=no,toolbar=no,resizable=no";win=window.open(mypage,myname,settings);
win.focus();}
// -->
</script>
</head>
<body>
<!-- start header -->
<div id="header">
<div align="right">
<? include "menu.php"; ?>
</div>
<h1><a href="#">ระบบแจ้งซ่อมอินเตอร์เน็ต บริษทกสทโทรคมนาคม<span></span></a></h1>
</div>
<table width="100%" border="0" cellpadding="0" cellspacing="0" bordercolor="#CCCCCC" bgcolor="#FFFFFF">
<tr>
<td width="613" height="19">
<?
include"connect.php";
$objDB = mysql_select_db("$dbname");
$strSQL="select * from job";
$objQuery = mysql_query($strSQL) or die ("Error Query [".$strSQL."]");
$Num_Rows = mysql_num_rows($objQuery);
$Per_Page =10; // Per Page
$Page = $_GET["Page"];
if(!$_GET["Page"])
{
$Page=1;
}
$Prev_Page = $Page-1;
$Next_Page = $Page+1;
$Page_Start = (($Per_Page*$Page)-$Per_Page);
if($Num_Rows<=$Per_Page)
{
$Num_Pages =1;
}
else if(($Num_Rows % $Per_Page)==0)
{
$Num_Pages =($Num_Rows/$Per_Page) ;
}
else
{
$Num_Pages =($Num_Rows/$Per_Page)+1;
$Num_Pages = (int)$Num_Pages;
}
$strSQL .=" order by job_id desc LIMIT $Page_Start , $Per_Page";
$objQuery = mysql_query($strSQL);
if(empty($Num_Rows)) /* ?????????????????????? */
{
echo"<center>Empty</center>";
exit();
}
else
{
?></td>
<td width="700%"><div align="right"></div></td>
</tr>
<tr>
<td colspan="2"><table width="100%" border="1" cellpadding="0" cellspacing="0" bgcolor="#999999">
<tr>
<td width="8%"><div align="center">รหัสงาน</div></td>
<td width="40%"><div align="center">รายการที่แจ้ง</div></td>
<td width="8%"><div align="center">ชื่อผู้แจ้ง</div></td>
<td width="9%"><div align="center">ประเภท</div></td>
<td width="12%"><div align="center">ที่อยู่</div></td>
<td width="8%"><div align="center">เบอร์โทรศัพท์</div></td>
<td width="9%"><div align="center">วันที่แจ้ง</div></td>
<td width="15%"><div align="center">สถานะการดำเนินการ</div></td>
<td width="8%"><div align="center">ลบรายการที่แจ้ง</div></td>
</tr>
</table>
<?
while($objResult = mysql_fetch_array($objQuery))
{
$job_date = $objResult["job_date"];
$y=substr($job_date,2,2);
$m=substr($job_date,5,2);
$d=substr($job_date,8,2);
$job_id = $objResult["job_id"];
$code=sprintf("$y$m%05d",$job_id);
$job_detail=$objResult["job_detail"];
$job_status=$objResult["job_status"];
?>
<table width="100%" style="border-bottom:1px dotted #000000;" cellpadding="0" cellspacing="0">
<tr onMouseOver="this.style.backgroundColor='cccccc';" onMouseOut="this.style.backgroundColor='ffffff';">
<td width="8%"><div align="center"><?=$code?></div></td>
<?
echo substr("<td width='40%'><a href=\"javascript:NewWindow('view.php?id_edit=$job_id','acepopup','680','500','center','front');\">$job_detail",0,200)."...</a></td>";
?>
<td width="9%"><div align="center"><?=$objResult["job_fname"];?></div></td>
<td width="8%">
<?
$dep_id = $objResult["ref_dep_id"];
?>
<?
$strSQL3 ="SELECT*FROM dep where dep_id='$dep_id' ";
$objQuery3 = mysql_query($strSQL3);
$Num_Rows3 = mysql_num_rows($objQuery3);
while($objResult3 = mysql_fetch_array($objQuery3))
{
?>
<div align="center"><?=$objResult3["dep_name"];?></div></td>
<?
}
?>
<td width="10%"><div align="center"><?=$objResult["job_address"];?></div><div align="center"></div></td>
<td width="8%"><div align="center"><?=$objResult["job_tel"];?></div><div align="center"></div></td>
<td width="9%"><div align="center"><?=$objResult["job_date"];?></div><div align="center"></div></td>
<?
echo"
<td width=\"15%\"><center><a href=\"javascript:NewWindow('view1.php?id_edit=$job_id','acepopup','300','200','center','front');\">$job_status</a></center></td>
<TD width=\"8%\"><center><A HREF=\"delete.php?id_del=$job_id\"
Onclick=\"return confirm('Delete Job $job_id Now')\">Del</A></center></TD>
";
?>
</tr>
</table>
<?
}
?></td></tr>
<tr>
<td height="55" colspan="2"><div align="center"><span class="style11"><hr>
</span> <br>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td><div align="center"><span class="style11">Total </span>
<?= $Num_Rows;?>
<span class="style11"> Record : </span>
<?=$Num_Pages;?>
<span class="style11">Page :</span>
<?
if($Prev_Page)
{
echo " <a href='$_SERVER[SCRIPT_NAME]?Page=$Prev_Page&startdate=$startdate&enddate=$enddate'></a> ";
}
for($i=1; $i<=$Num_Pages; $i++){
if($i != $Page)
{
echo "[<a href='$_SERVER[SCRIPT_NAME]?Page=$i&startdate=$startdate&enddate=$enddate'>$i</a>]";
}
else
{
echo "<b> $i </b>";
}
//}
if($Page!=$Num_Pages)
{
echo " <a href ='$_SERVER[SCRIPT_NAME]?Page=$Next_Page&startdate=$startdate&enddate=$enddate'></a> ";
}
?>
<?
}
}
mysql_close();
?>
</div></td>
</tr>
</table>
<br>
</div></td>
</tr>
</table>
<br>
<div id="footer">
<p id="legal">©2009 All Rights Reserved. <a href="http://www.itsiam.net/">Thaphat Chutiwatphokin</a></p>
<p id="links"> </p>
</div>
</body>
</html>
Tag : PHP, MySQL, Windows
Date :
2012-12-12 12:39:00
By :
luk101
View :
971
Reply :
5
รู้อยู่ครับว่ามันบอกว่าผิดพลาดตรงไหนที่ถามคือแปลไม่ออกครับ 555 ไม่เก่งภาาาอ่ะครับ
ลองแล้วครับแต่ไม่หายครับ
Date :
2012-12-12 15:00:07
By :
luk101
เซฟไฟล์งาน ให้ encoding เป็น UTF-8 Without BOM ครับ
Date :
2012-12-12 15:17:58
By :
Necrotorture
กระทู้เก่า ๆ มีเยอะมากกกก ครับ และมันแก้ไขไม่ยากครับ
Date :
2012-12-13 08:33:36
By :
mr.win
Load balance : Server 04