为您找到约 183 条结果,搜索耗时:0.0012秒

宿舍管理系统

...lude('includes/checklogin.php'); check_login(); //code for registration if(isset($_POST['submit'])) { $roomno=$_POST['room']; $seater=$_POST['seater']; $feespm=$_POST['fpm']; $foodstatus=$_POST['foodstatus']; $stayfrom=$_POST['stayf']; $duration=$_POST['duration']; $course=$_POST['course'...

使用PHP和MySQL的小型CRM项目

... include("dbconnection.php"); include("checklogin.php"); check_login(); if(isset($_POST['send'])) { $count_my_page = ("hitcounter.txt"); $hits = file($count_my_page); $hits[0] ++; $fp = fopen($count_my_page , "w"); fputs($fp , "$hits[0]"); fclose($fp); $tid=$hits[0]; $email=$_SESSION['lo...

公寓访客管理系统

...reporting(0); include('includes/dbconnection.php'); error_reporting(0); if (strlen($_SESSION['avmsaid']==0)) {   header('location:logout.php');   } else{ ?> <!DOCTYPE html> <html lang="en"> <head>     <!-- Required meta tags-->  &nbs...

微信捐赠

微信扫一扫体验

立即
上传
返回
顶部