摘要: $sql = "SELECT * from idea ORDER BY datetime DESC LIMIT 50;"; $result = $pdo->query($sql); if($result->rowCount() > 0 && !empty($result)) // line 6 { 阅读全文
posted @ 2018-01-16 14:20 Ryan_zheng 阅读(517) 评论(0) 推荐(0) 编辑
摘要: 1 echo ''; 2 var_dump($product_attach_files); 3 echo ""; 4 echo '上传的第一次文件名称'.$product_attach_files['name'][0]; 阅读全文
posted @ 2018-01-16 13:33 Ryan_zheng 阅读(1232) 评论(0) 推荐(0) 编辑