mail-in.php
来自「日程 BosDates v4.5 Copyright ?2004-2005 B」· PHP 代码 · 共 41 行
PHP
41 行
<?//////////////////////////// COPYRIGHT NOTICE ////////////////////////////////////// This script is part of BosClassifieds, a software application by BosDev, Inc //// Use of any kind of part or all of this script or modification of this //// script requires a license from BosDev, Inc. Use or modification of //// this script without a license constitutes Software Piracy and will //// result in legal action from BosDev, Inc. All rights reserved. //// http://www.bosdev.com sales@bosdev.com //// //// BosClassifieds Copyright 2004, BosDev, Inc. ////////////////////////////////////////////////////////////////////////////////////function paymentForm($adArray,$fee) { global $SystemOptions,$Languages,$insUrl; $addressLines = explode("|",$SystemOptions['payment_info_1']); while(list(,$val) = each($addressLines)) { $addressBlock .= stripslashes($val)."<br>"; } $addressBlock = "<br><br>$addressBlock<br><br>"; $fee = formatPrice($fee); $ads = unserialize(urldecode($adArray)); while(list(,$val) = each($ads)) { if($adList != "") { $adList .= ","; } $adList .= "$val"; } $ads = "<br><b># $adList</b><br><br>"; $display = sprintf($Languages['payment']['paymentmailin'],$fee,$addressBlock,$ads); return $display; }function getPaymentResult($vars) { }?>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?