echo "<table><tr><td>";
for ($k=0;$k<$this->count;$k++) { echo " ";}
echo "<a href=../../\"main.php?d_id=".$this->items["d_id][$j]"]."\" target=\"rightframe\">".$this->items["node_value][$j]"]."</a>";
//echo $this->items["node_value][$j]"];
echo " <a href=http://www.dvbbs.net/tech/php/addnode.php?id=".$this->items["d_id][$j]"]." target=\"rightframe\"><font size=2 color=red>add</font></a>";
echo " <a href=http://www.dvbbs.net/tech/php/delnode.php?id=".$this->items["d_id][$j]"]."><font size=2 color=red>del</font></a>";
echo "</td></tr></table>";
echo "</div>";
$this->items["l_node][$i]"]=-1;
$this->count=$this->count-2;
}
$this->m_l_r_list($i);
exit;
}
}
function pages_0($d_id){//
include("conn_db.php");
$sql_query="select * from node_page where d_id=$d_id";
$query_db=mysql_query($sql_query,$connect);
$mypage=mysql_fetch_array($query_db);
include("conn_close.php");
if($
| 对此文章发表了评论 |
