|
|
|
ช่วยทีครับมัน error มันขึ้น array error เป็นนานมากแล้วครับ |
|
|
|
|
|
|
|
sess_id คืออะไรอะครับ คือ session_id() เต็มๆ แบบนี้หรือเปล่าครับ ? หรือว่าคือตัวแปรอะไร ก็ใส่ $ ให้มันด้วยครับ
|
|
|
|
|
Date :
2014-10-28 14:56:48 |
By :
Manussawin |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
มันมาจากอันนี้อ่ะครับ
<?
session_start();
?>
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>Untitled Document</title>
</head>
<?
$id = $_GET["id"];
$_SESSION[sess_id]='';
$_SESSION[sess_name]='';
$_SESSION[sess_price]='';
$_SESSION[sess_num]='';
/*session_register("sess_id");
session_register("sess_name");
session_register("sess_price");
session_register("sess_num");*/
if(count(sess_id)=="0"){
$check = 1;
}else if(!in_array($id,$sess_id))
{
$check = 1;
include"connect.php";
$sql = "select * from product where product_id='$id'";
$ex = mysql_query($sql,$conn);
$rs = @mysql_fetch_array($ex);
$_SESSION['sess_id'] = $rs[product_id];
$_SESSION['sess_name'] = $rs[product_name];
$_SESSION['sess_price'] = $rs[product_price];
$_SESSION['sess_num'] = 1;
}
echo"<meta http-equiv='refresh' content='0; url=basket.php'>";
?>
?>
<body>
</body>
</html>
|
|
|
|
|
Date :
2014-10-28 15:07:16 |
By :
taozt |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
if(count(sess_id) == 0){
$id_del = array();
}
for($i=0; $i<count(sess_id); $i++){
คห1 เขาให้คุณแก้บันทัดข้างบนให้ถูกต้องครับ
ควรจะเป็น $sess_id ไม่ใช้่ sess_id เฉยๆ
|
ประวัติการแก้ไข 2014-10-28 17:24:52
|
|
|
|
Date :
2014-10-28 17:20:13 |
By :
Chaidhanan |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 05
|