一個個人網頁自動化產生系統_PHP教程

來源:互聯網
上載者:User
當你希望用本系統建立你的個人首頁之前,筆者相信你已經配置好了相關的阿帕奇伺服器,MYSQL資料庫,以及php。
接著啟動你的mysql資料庫,建立一個名為study的資料庫,建立一個名為wenzhang的表。
在phpMyAdmin下建立如下欄位:

id smallint(5) No 0 auto_increment
timu varchar(200) Yes
zuozhe varchar(18) Yes
laiyuan varchar(40) Yes
textt text Yes
riqi datetime Yes
單頁遞交。檔案名稱:input.php


Untitled Document








單頁產生,檔案名稱:shengcheng.php

模板提交,檔案名稱:muban.php


Untitled Document







模板產生,檔案名稱:muobanshen.php


測試







$fdd=fopen("muoban1.txt","w");
fwrite($fdd,$muban1);
fclose($fdd);
$fdd=fopen("muoban2.txt","w");
fwrite($fdd,$muban2);
fclose($fdd);
$fdd=fopen("muoban3.txt","w");
fwrite($fdd,$muban3);
fclose($fdd);
echo "模板修改成功!

";
?>


治理檔案



網站治理,檔案名稱:guanli.php


Untitled Document






















頁面治理





// 程式開始
$db = mysql_connect("localhost", "root");

mysql_select_db("study",$db);
// 判定是不是修改檔案
if ($submit) {



$sql = "UPDATE wenzhang SET timu='$timu',zuozhe='$zuozhe',
laiyuan='$laiyuan',textt='$textt' WHERE id=$id";



// 向資料庫發出SQL命令

$result = mysql_query($sql);
// 文章產生
$t = date("Y-m-d h:i:s");
$muoban1 = fopen("muoban1.txt","r");
$muoban2 = fopen("muoban2.txt","r");
$muoban3 = fopen("muoban3.txt","r");
$qita = "



http://www.bkjia.com/PHPjc/631941.htmlwww.bkjia.comtruehttp://www.bkjia.com/PHPjc/631941.htmlTechArticle當你希望用本系統建立你的個人首頁之前,筆者相信你已經配置好了相關的阿帕奇伺服器,MYSQL資料庫,以及php。 接著啟動你的mysql資料庫...


  • 作者:$zuozhe ??來源:$laiyuan
    ??時間:$t

    聯繫我們

    該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

    如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

    A Free Trial That Lets You Build Big!

    Start building with 50+ products and up to 12 months usage for Elastic Compute Service

    • Sales Support

      1 on 1 presale consultation

    • After-Sales Support

      24/7 Technical Support 6 Free Tickets per Quarter Faster Response

    • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.