Heim  >  Artikel  >  php教程  >  php问题$market

php问题$market

WBOY
WBOYOriginal
2016-06-06 19:49:101489Durchsuche

//$shop_price = !empty($_POST['shop_price']) ? $_POST['shop_price']*0.9 : 0; //$market_price = !empty($_POST['market_price']) ? $_POST['market_price'] : round($shop_price*$GLOBALS['_CFG']['market_price_rate']); $zmm_tejia = explode(' ', $_

//$shop_price = !empty($_POST['shop_price']) ? $_POST['shop_price']*0.9 : 0;
//$market_price = !empty($_POST['market_price']) ? $_POST['market_price'] : round($shop_price*$GLOBALS['_CFG']['market_price_rate']);

$zmm_tejia = explode(' ', $_POST[cn_goods_name]);

这些函数是什么意思?特别是$market_price = !empty($_POST['market_price']) ? $_POST['market_price'] : round($shop_price*$GLOBALS['_CFG']['market_price_rate']);

Stellungnahme:
Der Inhalt dieses Artikels wird freiwillig von Internetnutzern beigesteuert und das Urheberrecht liegt beim ursprünglichen Autor. Diese Website übernimmt keine entsprechende rechtliche Verantwortung. Wenn Sie Inhalte finden, bei denen der Verdacht eines Plagiats oder einer Rechtsverletzung besteht, wenden Sie sich bitte an admin@php.cn