PHP折扣,php 团购折扣计算公式_PHP教程
復(fù)制代碼 代碼如下:
$price=$row[‘price’]; //原價(jià)
$nowprice=$row[‘nowprice’]; //現(xiàn)價(jià)
$jiesheng=$price-$nowprice; //節(jié)省金額
//$discount折扣計(jì)算
if ( $nowprice > 0 )
{
$discount = round(10 / ($price / $nowprice), 1);
}
else
{
$discount = 0;
}
if ( $discount <= 0="" )="" $discount="0;"
完整代碼:
復(fù)制代碼 代碼如下:
徐州汽車(chē)網(wǎng)最新團(tuán)購(gòu)
body{margin: 0 auto; text-align:center; padding:0}
ul,li{margin:0; padding:0;list-style:none}
body,td,th {
font-size: 12px;
}
a:link {
color: #333333;
text-decoration: none;
}
a:visited {
text-decoration: none;
color: #333333;
}
a:hover {
text-decoration: none;
color: #FF3300;
}
a:active {
text-decoration: none;
}
img{border:0;}
/*Group buy*/
.groupbuy{ width:970px; border:1px solid #FEDDBA; padding:4px;}
.groupbuy ul{width:146px; border:1px solid #FEDDBA; padding:2px; height:180px; float:left; margin:0 4px;}
.groupbuy ul li{ text-align:center;}
.groupbuy ul li.realprice{ background:#333; background:url(../images/groupprice.jpg) no-repeat right top; height:40px; line-height:40px; font-family:”Microsoft YaHei”,Arial;display:block; font-weight:bold;color:#fff;}
.groupbuy ul li.realprice img{ cursor:pointer;}
.groupbuy ul li.realprice span{float:left; margin:0; padding:0}
.groupbuy ul li.realprice span b{ font-size:18px;}
.groupbuy ul li.supprice{ text-align:center;}
.groupbuy ul li.supprice p table td{ background:#FDF4E3; text-align:center; }
error_reporting(0);
header(“Content-type: text/html; charset=gbk”);
$con = mysql_connect(“l(fā)ocalhost”,”mysql用戶名”,”mysql密碼”);
if (!$con)
{
die(‘Could not connect: ‘ . mysql_error());
}
// some code
mysql_select_db(“tuanpcqc”);
mysql_query(“set names gbk”);
$sql=”select * from cenwor_tttuangou_product order by id desc limit 0,3″;
$result = mysql_query($sql);
?>
while($row = mysql_fetch_array($result, MYSQL_BOTH)) {
$id=$row[‘id’];
$name = $row[‘name’];
$price = $row[‘price’];
$price=$row[‘price’];
$nowprice=$row[‘nowprice’];
$jiesheng=$price-$nowprice;
if ( $nowprice > 0 )
{
$discount = round(10 / ($price / $nowprice), 1);
}
else
{
$discount = 0;
}
if ( $discount <= 0="" )="" $discount="0;"
$pic=$row[‘img’];
$pic_arr=split(“,”,$pic);
$picadd=$pic_arr[0];
//echo $picadd;
$sql2=”select * from cenwor_tttuangou_uploads where id=”.intval($picadd);
$result2 = mysql_query($sql2);
$picurl = mysql_result($result2, 0,”url”);
$picurl=str_replace(“/demo/”,”/thumb/200×121/demo/”,$picurl);
?>
¥
原價(jià)
折扣
節(jié)省
折
¥
}
?>
function getpic($pic){
}
mysql_close($con);
?>
www.bkjia.comtrueTechArticle復(fù)制代碼 代碼如下: $price=$row[‘price’]; //原價(jià) $nowprice=$row[‘nowprice’]; //現(xiàn)價(jià) $jiesheng=$price-$nowprice; //節(jié)省金額 //$discount折扣計(jì)算 if ( $nowprice 0 )…
總結(jié)
以上是生活随笔為你收集整理的PHP折扣,php 团购折扣计算公式_PHP教程的全部?jī)?nèi)容,希望文章能夠幫你解決所遇到的問(wèn)題。
- 上一篇: 怎样在发信服务器上查网易邮件,网易企业邮
- 下一篇: yum换源/QQ安装