หลังร้านเกิดปัญหาParse error: syntax error, unexpected $end in /home/vhosts/kapao4u.orgfree.com/backoffice/order.php on line 122
เบื้องต้นลองดูตรวจ { } แล้วก็ครบดี ไม่รู้ตรงไหนเขียนผิด โค้ดทั้งหมดของหน้านี้ครับ
Code (PHP)
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<?php
session_start();
$laid=$_SESSION['id'];
if($_SESSION['id'] == "")
{
echo "<script> alert('ต้องเข้าสู่ระบบก่อน');parent.location = 'index.php';</script>";
}
//host
$host="localhost";
$hostuser="345730";
$pass="public";
$connect=mysql_connect($host="localhost",$hostuser="345730",$pass="public") or die("ไม่สามารถติดต่อ host ได้");
//ติดต่อdatabase
$host="localhost";
$database="345730";
mysql_select_db($database,$connect) or die("ไม่สามารถติดต่อ database ได้");
//change ภาษา
mysql_query("SET NAMES 'tis620'");
$sql="select * from orderpro";
$runsql=mysql_query($sql) or die ("not run sql");
?>
<meta http-equiv="Content-Type" content="text/html; charset=windows-874" />
<title>Kapao4U</title>
<style type="text/css">
<!--
body {
margin-left: 0px;
margin-top: 0px;
background-image: url(../images/bg.gif);
}
.table {
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
color: #000000;
}
.text {
font-family: "Times New Roman", Times, serif;
font-size: 18px;
color: #0000FF;
}
.text {
font-family: Arial, Helvetica, sans-serif;
font-size: 16px;
color: #0000FF;
}
-->
</style>
<script src="../Scripts/AC_RunActiveContent.js" type="text/javascript"></script>
<script type="text/javascript">
<!--
function MM_preloadImages() { //v3.0
var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}
//-->
</script>
</head>
<body>
<center>
<table width="990" border="0" cellspacing="0" cellpadding="0">
<tr>
<td><table width="100%" border="0" align="center" cellpadding="0" cellspacing="0" class="table">
<tr>
<td align="center" valign="top" class="table"><img src="../images/head1.gif" width="990" height="200" /></td>
</tr>
<tr>
<td align="center" valign="top" class="table"><table width="100%" border="1" cellpadding="0" cellspacing="0" bordercolor="#FF8080" bgcolor="#FFCCCC">
<tr>
<td valign="top"" class="table"><table width="100%">
<tr>
<td><table width="500" border=3 align="center" bordercolor="#FF9999" id="table">
<tr>
<th>รหัสใบสั่งซื้อ</th>
<th>ชื่อ - สกุล</th>
<th>ราคารวม</th>
<th>รายละเอียด</th>
<th>ลบ</th>
</tr>
<?php while($test=mysql_fetch_array($runsql))
{?>
<tr>
<td align="center" >OR<?php echo $test['orid'] ;?></td>
<td align="center" ><?php echo $test['mem_user'] ;?></td>
<td align="center" ><?php echo $test['ortal'] ;?></td>
<td align="center"><a href="orderview.php?orid=<?php echo $test['orid'];?>">รายละเอียด</a></td>
<td align="center"><a href="delorder.php?orid=<?php echo $test['orid'];?>"onClick="return confirm( ' ท่านต้องการลบข้อมูลใช่หรือไม่ ' )">ลบ</a></td>
</tr>
<?php}?>
<tr>
<td colspan=7><a href="menu.php">
<center>
กลับไปหน้าเมนูหลัก
</center>
</a></td>
</tr>
</table> </td>
</tr>
</table></td>
</tr>
</table> </td>
</tr>
</table></td>
</tr>
</table>
</td>
</tr>
</table>
</center>
</body>
Tag : PHP, MySQL
Date :
2010-09-28 02:20:44
By :
aksang
View :
782
Reply :
3
Code (PHP)
<?php while($test=mysql_fetch_array($runsql)) { ?>
<tr>
<td align="center" >OR<?php echo $test['orid'] ;?></td>
<td align="center" ><?php echo $test['mem_user'] ;?></td>
<td align="center" ><?php echo $test['ortal'] ;?></td>
<td align="center"><a href="orderview.php?orid=<?php echo $test['orid'];?>">รายละเอียด</a></td>
<td align="center"><a href="delorder.php?orid=<?php echo $test['orid'];?>"onClick="return confirm( ' ท่านต้องการลบข้อมูลใช่หรือไม่ ' )">ลบ</a></td>
</tr>
<?php } ?>
เว้นวรรคก็หายแล้วครับ
Date :
2010-09-28 08:31:22
By :
DS_Ohm
ขอบคุณครับ เว้นวรรคนั่นเอง
Date :
2010-09-28 12:45:11
By :
aksang
Load balance : Server 05