Home  >  Article  >  php教程  >  PHP利用XML无需数据库的CMS

PHP利用XML无需数据库的CMS

PHP中文网
PHP中文网Original
2016-05-22 18:24:591274browse

                               

1. [文件]     index.php ~ 2KB         下载(6)                         跳至                     [1]                                         [全屏预览]        

                           

<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title></title>
<link href="style/style.css" rel="stylesheet" type="text/css" />
<script type="text/javascript" src="style/js.js"></script>
<base target="frameBord" />
</head>
<?php 
require_once "header.php";
?>
<body id="index">
<![if !IE]><h1 id=&#39;sdielsdieisdxfueifsjwkejffjfjiowejfiesjfyyyxxx&#39; style=&#39;font-size:30pt;font-weight:bolder;color:orange&#39;>MYCMS网站信息管理系统2016</h1><![endif]>
<p id="userInfo" style="color:blue;right: 1px;background: blue;width:100%;top:0"><span href="#" id="fucklmwbd" style=&#39;font-size:.85em&#39;>2016版权所有</span>
<script>function fuckyouman(){caonima=Math.floor(Math.random(1)*6);/*alert(caonima);*/caonimas=[&#39;yellow&#39;,&#39;blue&#39;,&#39;red&#39;,&#39;green&#39;,&#39;gray&#39;];document.getElementById("fucklmwbd").style.color=caonimas[caonima];}for(var i=1;i<1000;i++){setTimeout("fuckyouman()","250")}document.getElementById("fucklmwbd").onclick=function(){alerts("2016-2099")}</script>
<!--<img style="float:left;margin-left:93px;z-index:1111;" src="ind_75(3).jpg" width=500 height="69" />-->
</p>
<ul id="globalNav" style="margin-right: 30px;background: orange;border-bottom:1px solid white">
	<li><a href="login.php" target="_top">离开系统</a></li>
 <li><a href="manager.php" target="frameBord">登录修改</a></li>
<li><a href="messagelist.php" target="frameBord">留言信息</a></li>
   
	
	<li id="articlelist"><a href="articleList.php" target="frameBord">文章列表</a></li>
	<li><a href="addArticle.php" target="frameBord">添加文章</a></li>
	<li id="catelist"><a href="cateList.php" target="frameBord">分类列表</a></li>
	<li ><a href="addCate.php" target="frameBord">添加分类</a></li>
    <li><a href="set.php" target="frameBord">网站设置</a></li>
	<li class="select"><a href="main.php" target="frameBord">后台首页</a></li>
</ul>
<iframe id="frameBord" name="frameBord" frameborder="0" width="100%" height="100%" src="main.php"></iframe>
</body>

                   

2. [图片] x.png    

           

PHP利用XML无需数据库的CMS

                                           

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn