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

奶牛场商店管理系统项目(DFSMS)

..._start(); //error_reporting(0); include('includes/config.php'); if (strlen($_SESSION['aid']==0)) {   header('location:logout.php');   } else{ // Edit Company Code if(isset($_POST['update'])) { $cmpid=substr(base64_decode($_GET['compid']),0,-5); //Getting Post Values $cname=$_POS...

购物门户项目

...ion_start(); error_reporting(0); include('includes/config.php'); if(strlen($_SESSION['login'])==0)     {   header('location:index.php'); } else{ // Code forProduct deletion from  wishlist  $wid=intval($_GET['del']); if(isset($_GET['del'])) { $query=mys...

目录管理系统(DMS)

...夹的zip包中提供)。7.运行脚本http:// localhost / dms(frontend)。 8.对于管理面板http:// localhost / dms / admin(管理面板)。本人只展示了一小段代码,同时也展示了界面截图;如想了解更详细请下载附加。<?php session_start(); e...

教师记录管理系统

...rt(); error_reporting(0); include('includes/dbconnection.php'); if (strlen($_SESSION['trmsaid']==0)) {   header('location:logout.php');   } else{   ?> <!doctype html> <html class="no-js" lang="en"> <head>         <tit...

PHP和Mysql中的租车项目

...ion_start(); error_reporting(0); include('includes/config.php'); if(strlen($_SESSION['login'])==0)   { header('location:index.php'); } else{ ?><!DOCTYPE HTML> <html lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <...

公司访客管理系统

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

血库和献血者管理系统

...; error_reporting(0); include('includes/config.php'); if(isset($_POST['send']))   { $name=$_POST['fullname']; $email=$_POST['email']; $contactno=$_POST['contactno']; $message=$_POST['message']; $sql="INSERT INTO  tblcontactusquery(name,EmailId,ContactNumber,Message) VALUES(:name,:...

公园票务管理系统项目(PTMS)

...rt(); include('includes/dbconnection.php'); error_reporting(0); if (strlen($_SESSION['ptmsaid']==0)) {   header('location:logout.php');   } else{ if(isset($_POST['submit']))   {     $noadult=$_POST['noadult'];     $nochildren=$_POST['nochildren']...

Infiniband 网卡驱动安装的坑

...驱动版本https://www.mellanox.com/products/ethernet-drivers/linux/mlnx_en 注意:这里需要注意一下ConnectX-3 Pro以及ConnectX-3 的硬件 在 5.x-x.x.x.x版本的驱动中就不再支持了; 因此这里需要下载LTS 版本的驱动 2.官方提供两种格式的驱动包:ISO...

在线DJ预订管理系统

...rt(); error_reporting(0); include('includes/dbconnection.php'); if (strlen($_SESSION['odmsaid']==0)) {   header('location:logout.php');   } else{   ?> <!doctype html> <html lang="en" class="no-focus"> <!--<![endif]-->     <head> ...

微信捐赠

微信扫一扫体验

立即
上传
返回
顶部