1、商品展示页面
代码如下:
PHP if(trim($info[tupian]=="")) { echo "暂无图片"; } else { ?> PHP } ?> | 】 | |
】 | ||
】 | ||
】 | ||
】 | ||
数量: PHP if(($info[shuliang]-$info[cishu])>0) { echo ($info[shuliang]-$info[cishu]); } else { echo "已售完"; } ?>】 |
}
?>
代码如下:
PHP
session_start();
include("conn.PHP");if($_SESSION[username]=="")
{
echo "";
exit;
}
$id=strval($_GET[id]);
$sql=MysqL_query("select * from shangpin where id='".$id."'",$conn);
$info=MysqL_fetch_array($sql);
if($info[shuliang]<=0)
{
echo "";
exit;
}
$array=explode("@",$_SESSION[producelist]);
for($i=0;$i {
if($array[$i]==$id)
{
echo "";
exit;
}
}
$_SESSION[producelist]=$_SESSION[producelist].$id."@";
$_SESSION[quatity]=$_SESSION[quatity]."1@"; header("location:gouwu1.PHP");
?>
session_start();
include("conn.PHP");if($_SESSION[username]=="")
{
echo "";
exit;
}
$id=strval($_GET[id]);
$sql=MysqL_query("select * from shangpin where id='".$id."'",$conn);
$info=MysqL_fetch_array($sql);
if($info[shuliang]<=0)
{
echo "";
exit;
}
$array=explode("@",$_SESSION[producelist]);
for($i=0;$i
if($array[$i]==$id)
{
echo "";
exit;
}
}
$_SESSION[producelist]=$_SESSION[producelist].$id."@";
$_SESSION[quatity]=$_SESSION[quatity]."1@"; header("location:gouwu1.PHP");
?>
代码如下:
代码如下:
if($_GET[dingdanhao]!="")
{ $dd=$_GET[dingdanhao];
session_start(); $array=explode("@",$_SESSION[producelist]);
$sum=count($array)*20+260;
echo" "; }
?>
代码如下:
原文链接:https://www.f2er.com/php/24577.html