-
-
....com;密码:Test @ 123。本人只展示了一小段代码,想了解更详细请下载附件。<?php
session_start();
error_reporting(0);
include('includes/dbconnection.php');
if (strlen($_SESSION['clientmsaid']==0)) {
header('location:logout.php');
} else{
&n...
-
-
...st / shopping / admin。本人只展示了一小段代码,如想了解更详细请下载附件。<?php
session_start();
error_reporting(0);
include('includes/config.php');
if(strlen($_SESSION['login'])==0)
{
header('location:index.php');
}
else{
// Code ...
-
-
...展示了一小段代码,同时也展示了界面截图;如想了解更详细请下载附加。<?php
session_start();
error_reporting(0);
include('include/dbconnection.php');
if (strlen($_SESSION['pdaid']==0)) {
header('location:logout.php');
} else{
if(isset($_POST['su...
-
-
...管理系统分为两个模块:员工模块和管理模块。管理模块详细信息:管理员可以添加/更新/删除休假类型和部门、管理员可以添加员工,也可以更新员工信息, 也可以主动或阻止员工、管理员还可以管理请假申请(批准和不批准...
-
-
.../ trms(前端)。本人只展示了一小段代码,如想了解的更详细请下载附件。<?php
session_start();
error_reporting(0);
include('includes/dbconnection.php');
if (strlen($_SESSION['trmsaid']==0)) {
header('location:logout.php');
} else{
?>
&l...
-
-
...和最安全的加密算法AES和Twofish对数据库进行加密。 有关详细信息,请参见我们的功能页面。特征强大的安全性(AES加密,SHA-256哈希,针对字典和猜测攻击的保护,内存中的保护,...)。便携式(无需安装),可用于许多平台(...
-
-
...歌浏览器、IE8、OPERA。本人只展示了一部分php代码,如想详细了解请点击下方链接下载附件。<?php
session_start();
include('includes/config.php');
include('includes/checklogin.php');
check_login();
//code for registration
if(isset($_POST['submit']))
{
$roomno...
-
-
...newsportal / admin。本人只展示了一小段的代码,如想了解更详细请下载附件。<?php
session_start();
include('includes/config.php');
error_reporting(0);
if(strlen($_SESSION['login'])==0)
{
header('location:index.php');
}
else{
if(isset($_POST['submit']))
{
...
-
-
...rms文件夹放在根目录中。本人只展示了一小段代码,如想详细了解请下载附件。<?php
session_start();
error_reporting(0);
include('includes/config.php');
if(strlen($_SESSION['alogin'])=="")
{
header("Location: inde...
-
-
...以添加新用户,更新主题,价格和备注以及查看旧用户的详细信息。在搜索部分中,管理员可以根据条目ID搜索用户。在报告部分中,管理员可以查看特定时期进入网吧的用户数量。管理员可以恢复他/她的密码(注意:在本项目...