最新国产好看的视频,伊人天堂AV在线,国产Aaaaaa视频,蜜臀视频在线观看一区,人妻av色图,密臀久久久精品影片,青青视频免费观看毛片,久草在线观看视,国产三级精品色情在线

來(lái)自經(jīng)典的打造簡(jiǎn)單的PHP&MYSQL留言板第1/4頁(yè)

 更新時(shí)間:2008年03月31日 13:55:19   作者:  
比較簡(jiǎn)單易懂的php+mysql留言板 數(shù)據(jù)庫(kù)結(jié)構(gòu):(庫(kù)名:lyb)
表一: admin
字段: id(int11)   name(varchvr)   password(varchvr)

表二: lo
字段: id(int11)   username(varchvr)  sex(varchvr)  qq(varchvr)  email(varchvr)  info(text)  ip(varchvr)  submit_time(datetime)

1、conn.php(連接數(shù)據(jù)庫(kù)文件)
復(fù)制代碼 代碼如下:

<?php 
mysql_connect("localhost","root","");//連接數(shù)據(jù)庫(kù) 
mysql_select_db("lyb");//選擇數(shù)據(jù)庫(kù) 
?> 

2、header.php(公用頭部文件)
復(fù)制代碼 代碼如下:

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 
<html xmlns="http://www.w3.org/1999/xhtml"> 
<head> 
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" /> 
<title>銀子留言板 Version 1.0</title> 
</head> 
<link href="css.css" rel="stylesheet" type="text/css" /> 
<body> 
<div id="head"> 
    <div id="head_l"> 
        <ul> 
            <li><a href="index.php">偶要看留言</a></li> 
            <li><a href="post.php">偶要發(fā)表</a></li> 
            <?php 
            session_start(); 
            if($_SESSION["key"]==1){//如果獲取的SESSION為1則顯示管理項(xiàng) 
            ?> 
            <li><a href="adminexit.php">退出管理</a></li> 
            <? 
            } 
            else 
            { 
            ?> 
            <li><a href="admin.php">偶要管理</a></li> 
            <?}?> 
        </ul> 
    </div> 
    <div id="head_r">銀子留言板 Version 1.0</div> 
</div> 

3、footer.php(公用底部文件)
復(fù)制代碼 代碼如下:

<?php 
$counterFile="conter.xml"; 
function displayCounter($counterFile){ 
$fp  =  fopen($counterFile,"rw"); 
$num =  fgets($fp,5); 
$num += 1; 
print "<div id=\"footer\">銀子留言板 Version 1.0&nbsp;&nbsp;&nbsp;您是第&nbsp;"."$num"."&nbsp;位無(wú)聊的銀</div>"; 
exec("rm -rf $counterFile"); 
exec("echo $num > $counterFile"); 

if(!file_exists($counterFile)){ 
exec("echo 0 > $counterFile"); 

displayCounter($counterFile); 
?> 

</body> 
</html> 

相關(guān)文章

最新評(píng)論

茂名市| 大厂| 香港 | 元氏县| 汝阳县| 株洲县| 利川市| 元氏县| 仪征市| 雅江县| 九龙城区| 留坝县| 灵武市| 永济市| 合江县| 荃湾区| 钦州市| 于田县| 右玉县| 金平| 芦山县| 望奎县| 盐城市| 射洪县| 綦江县| 建水县| 马关县| 岳池县| 马山县| 新龙县| 普陀区| 绥阳县| 唐河县| 浑源县| 昌乐县| 长子县| 鱼台县| 南川市| 阿拉尔市| 库伦旗| 汕头市|