从php创建一个页面

时间:2014-11-01 18:57:59

标签: php

我一直在设计我的页面&我讨厌复制&粘贴相同的布局。我不能用PHP制作页面生成器吗?这是我希望它如何工作。

  • 空白文字字段(我要写内容的地方)
  • 提交按钮(创建具有相同布局的页面,但仅更改我在内容文本字段中写的内容)

这是我的代码

 <!DOCTYPE html>
    <html>
    <head>
    <title>test</title>
    </head>

    <body>
    <div class="wrapper">
    <?php include ("php/leftnav.php"); ?> 

    <div class="middle">
    this the only content i want to change <-----------
    </div>

    <?php include ("php/rightnav.php"); ?> 
    </div>
    </body>
    </html>

我将使用页面生成器创建许多页面。我从哪里开始?

1 个答案:

答案 0 :(得分:0)

您可以使用CMS,例如Joomla,Drupal或WordPress。