帝国cms功能之商城模型订单提交成功后如何设置返回页面,下面直接看代码
修改e/class/ShowSysFun.php
//取得用户信息
$userid = (int) getcvar('mluserid');
$username = RepPostVar(getcvar('mlusername'));
if ($userid) {
$rnd = RepPostVar(getcvar('mlrnd'));
$user = $empire – >fetch1("select ".$user_userid.",".$user_money.",".$user_userfen." from ".$user_tablename." where ".$user_userid."='$userid' and ".$user_rnd."='$rnd' limit 1");
if (!$user[$user_userid]) {
printerror("MustSingleUser", "history.go(-1)", 1);
}
}
$location = " ../ShopSys/buycar/";
上面是“帝国cms功能之商城模型订单提交成功后如何设置”的全面内容,想了解更多关于 帝国cms 内容,请继续关注web建站教程。
当前网址:https://ipkd.cn/webs_1225.html
猜你喜欢
声明:本站提供的所有资源部分来自互联网,如果有侵犯您的版权或其他权益,请发送到邮箱:admin@ipkd.cn,我们会在看到邮件的第一时间内为您处理!

MySQL想速度快应该如何优化?
讯飞星辰MaaS:一站式AIGC内容运营平台,全生命周期赋能大模型开发
通义万相2.6:阿里云推出的最新一代AI视频与图像生成模型
hbuilder编辑器上安装git插件(克隆项目/同步代码/提交代码等) 














