摘要: 当图片写的传id的时候 用着方法存进数据库 阅读全文
posted @ 2019-04-22 13:54 zlf2000 阅读(153) 评论(0) 推荐(0)
摘要: //上传的数组字段 $note1 = input('note1'); $note2 = input('note2'); $note3 = input('note3'); $note4 = input('note4'); //判断图片是否上传 $imgs=[]; if($note1) array_pu 阅读全文
posted @ 2019-04-20 08:52 zlf2000 阅读(362) 评论(0) 推荐(0)
摘要: $user_id=$_GET['user_id']; if(!$user_id){ $arr=array('code'=>-1,'data'=>"用户不存在"); echo json_encode($arr);exit; } $time=time(); //$pay_sql=$db->query(" 阅读全文
posted @ 2019-02-20 14:33 zlf2000 阅读(250) 评论(0) 推荐(0)