织梦会员空间全站热门文章调用代码

织梦会员空间全站热门文章调用代码,第1张

织梦会员空间全站热门文章调用代码
 -1 ORDER BY click desc LIMIT 10";
$dsql->SetQuery($sql);
$dsql->Execute('t');
$result = '';
while($row = $dsql->GetArray('t'))
{
$arcrow = GetoneArchive($row['id']);
$row['arcurl'] = $arcrow['arcurl'];
$row['pubdate'] = MyDate('Y-m-d',$row['pubdate']);
$row['litpic'] = $row['litpic'] = $row['litpic']=='' ? '/images/defaultpic.gif' : $row['litpic'];
$result .= "
  • {$row['title']}
  • "; } echo $result; ?>

    织梦会员空间全站最新文章调用代码

     -1 ORDER BY click id LIMIT 10";
    $dsql->SetQuery($sql);
    $dsql->Execute('t');
    $result = '';
    while($row = $dsql->GetArray('t'))
    {
    $arcrow = GetoneArchive($row['id']);
    $row['arcurl'] = $arcrow['arcurl'];
    $row['pubdate'] = MyDate('Y-m-d',$row['pubdate']);
    $row['litpic'] = $row['litpic'] = $row['litpic']=='' ? '/images/defaultpic.gif' : $row['litpic'];
    $result .= "
  • {$row['title']}
  • "; } echo $result; ?>

    欢迎分享,转载请注明来源:内存溢出

    原文地址: http://outofmemory.cn/zaji/3007484.html

    (0)
    打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
    上一篇 2022-09-27
    下一篇 2022-09-27

    发表评论

    登录后才能评论

    评论列表(0条)

    保存