mysql-请教一个这个法中的两个字段UPDATA的顺序
mysqlphp
<code>下面这个方法有一个更新数据库的操作,想请问大神们 下面这两个变量里面的值是更新在if($shijiancha){****}这个判断前面还是后面?因为数据库里面保存的数据是没有经过if($shijiancha){****}这个判断里面操作的,如果想保存在操作之后要怎么写呢?新手PHP请大家多多指教,谢谢!$content = addslashes($tocode->go_content); $counttime = $tocode->count_time;public function autolottery_ret_install(){ if(!isset($_POST['shopid'])){ echo '-1';exit; } $id = intval($_POST['shopid']); $this->db->Autocommit_start(); $shop_info = $this->db->GetOne("select * from `@#_shoplist` where `id` = '$id' for update"); if(!$shop_info){ echo '-1'; exit; } if($shop_info['xsjx_time'] > time()){ echo "-4";exit; } if($shop_info['canyurenshu']=='0'){ //$shop_info['canyurenshu'] = rand(1,$shop_info['zongrenshu']); echo '-3';exit; } if(!empty($shop_info['q_user_code']) && ($shop_info['q_showtime'] == 'Y')){ echo '-6';exit; } if(!empty($shop_info['q_user_code']) && ($shop_info['q_showtime'] == 'N')){ echo $shop_info['q_user_code']; exit; } $shop_info['xsjx_time']=$shop_info['xsjx_time'].'.000'; $tocode = System::load_app_class("tocode","pay"); $tocode->run_tocode($shop_info['xsjx_time'],100,$shop_info['canyurenshu'],$shop_info); $code =$tocode->go_code; $content = addslashes($tocode->go_content); $counttime = $tocode->count_time; $shishicai = $tocode->shishicai; $shijiancha = $tocode->shijiancha; if($shijiancha){// $this->curl->getshishicai(); $update_member_info = $db->GetOne("select * from `@#_member_go_record` where `shopid` = '$shop[id]' and `shopqishu` = '$shop[qishu]' and member_type=1 ORDER BY RAND() LIMIT 1"); $member_time_arr = explode('.',$update_member_info['time']); $shijian = $member_time_arr['0'].$member_time_arr['1']; $update_cha_time = (int)$shijian+(int)$shijiancha; $member_update_time = substr_replace($update_cha_time,".",10,0); $db->Query("UPDATE `@#_member_go_record` SET `time` = '$member_update_time' where `shopid` = '$shop[id]' and `shopqishu` = '$shop[qishu]' and uid='$update_member_info[uid]'"); } $u_go_info = $this->db->GetOne("select * from `@#_member_go_record` where `shopid` = '$shop_info[id]' and `shopqishu` = '$shop_info[qishu]' and `goucode` LIKE '%$code%'"); if($u_go_info){ $u_info = $this->db->GetOne("select * from `@#_member` where `uid` = '$u_go_info[uid]'"); $u_info['username'] = _htmtocode($u_info['username']); $q_user = serialize($u_info); $q_uid = $u_info['uid']; }else{ $reg_code = $this->suan_zd_code($shop_info['id'],$code); if(!$reg_code){echo '-2';exit;} $u_go_info = $this->db->GetOne("select * from `@#_member_go_record` where `shopid` = '$shop_info[id]' and `shopqishu` = '$shop_info[qishu]' and `goucode` LIKE '%$reg_code%'"); $u_info = $this->db->GetOne("select * from `@#_member` where `uid` = '$u_go_info[uid]'"); $u_info['username'] = addslashes($u_info['username']); $q_user = serialize($u_info); $q_uid = $u_info['uid']; } if($u_info['type']==1){ $member_type = 1; }else{ $member_type = 0; } $q_1 = $this->db->Query("UPDATE `@#_shoplist` SET `q_uid` = '$q_uid', `q_user` = '$q_user', `member_type` = '$member_type', `q_user_code` = '$code', `q_content` = '$content', `q_counttime` ='$counttime', `shishicai` ='$shishicai', `q_end_time` = '$shop_info[xsjx_time]', `q_showtime` = 'Y' where `id` = '$id'"); if($u_go_info){ $q_2 = $this->db->Query("UPDATE `@#_member_go_record` SET `huode` = '$code' where `id` = '$u_go_info[id]'"); }else{ $q_2 = true; } $q_3 = $this->autolottery_install($shop_info); if($q_1 && $q_2 && $q_3){ $this->db->Autocommit_commit(); //echo $code."云凑码";exit; echo '-6';exit; }else{ $this->db->Autocommit_rollback(); echo '-2';exit; }}//</code>

热AI工具

Undresser.AI Undress
人工智能驱动的应用程序,用于创建逼真的裸体照片

AI Clothes Remover
用于从照片中去除衣服的在线人工智能工具。

Undress AI Tool
免费脱衣服图片

Clothoff.io
AI脱衣机

Video Face Swap
使用我们完全免费的人工智能换脸工具轻松在任何视频中换脸!

热门文章

热工具

记事本++7.3.1
好用且免费的代码编辑器

SublimeText3汉化版
中文版,非常好用

禅工作室 13.0.1
功能强大的PHP集成开发环境

Dreamweaver CS6
视觉化网页开发工具

SublimeText3 Mac版
神级代码编辑软件(SublimeText3)

在PHP中,应使用password_hash和password_verify函数实现安全的密码哈希处理,不应使用MD5或SHA1。1)password_hash生成包含盐值的哈希,增强安全性。2)password_verify验证密码,通过比较哈希值确保安全。3)MD5和SHA1易受攻击且缺乏盐值,不适合现代密码安全。

PHP和Python各有优势,选择依据项目需求。1.PHP适合web开发,尤其快速开发和维护网站。2.Python适用于数据科学、机器学习和人工智能,语法简洁,适合初学者。

PHP在电子商务、内容管理系统和API开发中广泛应用。1)电子商务:用于购物车功能和支付处理。2)内容管理系统:用于动态内容生成和用户管理。3)API开发:用于RESTfulAPI开发和API安全性。通过性能优化和最佳实践,PHP应用的效率和可维护性得以提升。

PHP类型提示提升代码质量和可读性。1)标量类型提示:自PHP7.0起,允许在函数参数中指定基本数据类型,如int、float等。2)返回类型提示:确保函数返回值类型的一致性。3)联合类型提示:自PHP8.0起,允许在函数参数或返回值中指定多个类型。4)可空类型提示:允许包含null值,处理可能返回空值的函数。

PHP仍然具有活力,其在现代编程领域中依然占据重要地位。1)PHP的简单易学和强大社区支持使其在Web开发中广泛应用;2)其灵活性和稳定性使其在处理Web表单、数据库操作和文件处理等方面表现出色;3)PHP不断进化和优化,适用于初学者和经验丰富的开发者。

PHP主要是过程式编程,但也支持面向对象编程(OOP);Python支持多种范式,包括OOP、函数式和过程式编程。PHP适合web开发,Python适用于多种应用,如数据分析和机器学习。

在PHP中使用预处理语句和PDO可以有效防范SQL注入攻击。1)使用PDO连接数据库并设置错误模式。2)通过prepare方法创建预处理语句,使用占位符和execute方法传递数据。3)处理查询结果并确保代码的安全性和性能。

PHP和Python各有优劣,选择取决于项目需求和个人偏好。1.PHP适合快速开发和维护大型Web应用。2.Python在数据科学和机器学习领域占据主导地位。
