{dede:field.id runphp='yes'}
$tsql = new DedeSql(false);
$tsql->SetQuery("select * from #@__archives where id=@me");
$tags = "";
$tsql->Execute('t');
while($row = $tsql->GetArray('t',MYSQL_ASSOC)){
$tags .= $row['title'];
}
@me
= $tags;
{
/dede:field.id}

相关文章:

  • 2022-12-23
  • 2021-12-22
  • 2021-12-05
  • 2021-06-20
  • 2021-07-08
  • 2021-11-24
  • 2022-02-09
  • 2022-12-23
猜你喜欢
  • 2021-09-16
  • 2021-06-06
  • 2022-12-23
  • 2022-12-23
  • 2021-10-13
  • 2021-05-25
  • 2022-12-23
相关资源
相似解决方案