博 客 - 正文

测试文章

来源:UIZ-API 分类:公告 小伟呀 阅读(429)

开始你的写作吧!

<?php 
//Start the session 
session_start(); 
//This is a simplified HTML Document 
?> 
<html>
<head>
<title>My Page</title>
</head>
<body>
    <?php 
    // 引入 functions.php 文件
    require_once("functions.php"); 
    //登录状态显示用户名,未登录显示登录表单
    logedIn(); 
    ?>
</body>
</html>


数据驱动未来

立即注册

返回顶部