이 시스템은 제목, 내용, 사진 및 관련 소프트웨어를 입력할 수 있으며, 페이지가 열리면 최신 기사가 표시됩니다. 디렉토리에는 이전 기사가 표시됩니다.
채널 이미지 및 채널 소프트 디렉터리를 생성하고 권한을 777로 설정합니다.
*********************************
뉴스表结构
***** ****************************
# 호스트: localhost 데이터베이스: yourdb
# -------- ------------------------------------------------
#
# 'yourtable' 테이블의 테이블 구조
#
CREATE TABLE news(
id int(11) DEFAULT '0' NOT NULL auto_increment,
kind varchar(16),
title varchar(60),
content text,
pic varchar(30),
timer datetime DEFAULT '0000-00-00 00:00:00' NOT NULL,
soft varchar( 30),
기본 키(id),
키 타이머(타이머)
);
*********************************
새로운 내용:insert.htm
* ********************************
<머리>
새로운闻录入
************************************
insert.htm 끝
*** ****************************
******************** ****************
insert.php
**************************** ********
$day=날짜("MD");
If($pic != "없음"){
$picname=$day.$pic_name;
copy($pic,"채널이미지/$picname");
연결 해제($pic);
}
If($soft!= "none"){
copy($soft,"channelsoft/$soft_name");
연결 해제($soft);
}
$dbh = mysql_connect('localhost','uesrname','passward');
mysql_select_db('테이블');
$dat=date("연월일 h:i:s");
$query="뉴스(title,kind,content,pic,timer,soft) 값에 삽입('$title','$kind','$content','$picname',now(),' $소프트_이름')";
$res = mysql_query($query,$dbh);
$err = mysql_error();
if($err){echo $err;exit();}
echo "
";
echo "
录入成功
";
?>
************************************
insert.php 끝
*** ****************************
******************** ****************
새로운 뉴스:news.php
************************ ************
<머리>
显示类型1
$db=mysql_connect("localhost","username" ,"passward");
mysql_select_db("yourtable",$db);
$result=mysql_query("종류가 '类型1'인 뉴스에서 제목 선택"); >for($a=0;$a<10;$a )
{if(!($ahrow=mysql_fetch_row($result)))break
$id=mysql_result($result,$a, "id");
$title=mysql_result($result,$a,"title")
echo "
". $title."";
}
if (!isset($id)) $id=mysql_result($result1,0,"id"); result=mysql_query("select * from news where id=$id order by timer desc")
$rows=mysql_fetch_row($result)
echo "
<글꼴 색상 =ff0000>";
$rows[2] 인쇄;
echo "
$rows[5]";
if (strlen($rows [4])>0) echo "
"
echo str_replace("r","
",str_replace (" "," ",$rows[3]))
if (strlen($rows[6])>0) echo "
>>다운로드
";
?>