$sql = "update cat set num=num+1 where cat_id=$art[cat_id]";
    $sql = "update cat set num=num+1 where cat_id=".$art['cat_id'];

相关文章:

  • 2021-12-22
  • 2020-12-20
  • 2022-02-20
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-08-24
  • 2022-12-23
  • 2021-10-17
  • 2021-11-12
  • 2021-10-12
相关资源
相似解决方案