增加主频道
'.$channel_str;
}
else {
print <<
序号 |
频道 |
标题名称 |
发布者 |
发布时间 |
|
EOT;
while ($List = sql_return($query,'FetchRow')){
$content_id = $List['content_id'];
$u_name = $List['u_name'];
$content_channel = $List['BC_channel'];
$content_cg = $List['content_cg'];
$content_title = $List['content_title'];
$content_uptimes = $List['content_uptimes'];
$content_uptimes = date('Y-m-d',$List['content_uptimes']);
print <<
| $content_id |
$content_channel |
$content_title |
$u_name |
$content_uptimes |
删除 |
EOT;
}
print <<$page_foot
EOT;
}
?>