实现代码如下

 

<?php

           $shuxing = $t[itemid];

           $b = $db->get_one("select value from destoon_category_value where itemid='$shuxing'");

           echo $b[value];

?>

使用时,注意表前缀,destoon是默认的前缀。

相关文章:

  • 2021-11-14
  • 2021-09-10
  • 2021-05-29
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-11-08
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-02-08
相关资源
相似解决方案