为您找到约 37 条结果,搜索耗时:0.0092秒

宿舍管理系统

...name=$_POST['fname']; $mname=$_POST['mname']; $lname=$_POST['lname']; $gender=$_POST['gender']; $contactno=$_POST['contact']; $emailid=$_POST['email']; $emcntno=$_POST['econtact']; $gurname=$_POST['gname']; $gurrelation=$_POST['grelation']; $gurcntno=$_POST['gcontact']; $caddress=$_POST['a...

PHP和MySql中的新闻项目

...ion_start(); include('includes/config.php'); error_reporting(0); if(strlen($_SESSION['login'])==0)   { header('location:index.php'); } else{ if(isset($_POST['submit'])) { $category=$_POST['category']; $description=$_POST['description']; $status=1; $query=mysqli_query($con,"insert ...

学生成绩管理系统

...ion_start(); error_reporting(0); include('includes/config.php'); if(strlen($_SESSION['alogin'])=="")     {       header("Location: index.php");     }     else{ if(isset($_POST['submit'])) { $subjectname=$_POST['subject...

网吧管理系统

...夹的zip包中提供)。7.运行脚本http:// localhost / ccms(frontend)。本人只展示了一小段代码,在预览区也展示了主页界面、仪表板界面;如想了解的更多请下载附件。<?php session_start(); error_reporting(0); include('includes/dbconnection.php'...

员工离职管理系统(ELMS)

...in']=$_POST['username']; echo "<script type='text/javascript'> document.location = 'emp-changepassword.php'; </script>"; } } else{     echo "<script>alert('Invalid Details');</script>"; } } ?><!DOCTYPE html> <html lang="en">   &nb...

公寓访客管理系统

...g(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-->    ...

一个基于51单片机的智能寻迹小车

...l         SM0/FE SM1   SM2   REN   TB8   RB8    TI    RI    0000,0000//-----------------------------------sbit SM0 = SCON^7;  //SM0/FEsbit SM1 = SCON^6;sbit SM2 = SCON^5;sbit REN = SCON^4;sbit TB8 = S...

微信捐赠

微信扫一扫体验

立即
上传
返回
顶部