织梦内容页用{dede:php}调用想要的内容代码
发布时间:2020-04-26 | 发布者: 东东工作室 | 浏览次数: 次{dede:php}
$aid;
//已知道$aid 获取短标题
$sql="Select * From `dede_archives` where id=$aid";
$result=mysql_query($sql);//执行查询
while($row=mysql_fetch_assoc($result))
{
$doctors=$row["shorttitle"];
}
// 已知道短标题 获取循环内容
$sql="Select * From `dede_diyform2` where ifcheck=1 and doctors ='$doctors' order by id desc ";
$result=mysql_query($sql);//执行查询
while($row=mysql_fetch_assoc($result))
{
echo"<p>".$row["neirong"]."</p>";
}
{/dede:php}
转载请标注:东东工作室——织梦内容页用{dede:php}调用想要的内容代码
推荐文章
相关文章