为您找到约 190 条结果,搜索耗时:0.0024秒

具有邮件功能并在数据库中存储数据的联系表

...gt;getMessage()); } ?>将数据插入数据库include('config.php'); if(isset($_POST['submit'])) { // getting Post values $name=$_POST['name']; $phoneno=$_POST['phonenumber']; $email=$_POST['emailaddres']; $subject=$_POST['subject']; $message=$_POST['message']; $uip = $_SERVER ['REMOTE...

Python医生招聘数据

...p;             if data['success'] and data['results']['pageBean']['totalCount'] > 0:                          &...

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

... session_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 $cna...

matlab调用opendss

...c;     DSSObj = actxserver('OpenDSSEngine.DSS');     if ~DSSObj.Start(0),     disp('Unable to start the OpenDSS Engine');     return     end    %Generates random loadprofiles for each load (3 loads total)     LS_LD  &n...

目录管理系统(DMS)

...ssion_start(); error_reporting(0); include('include/dbconnection.php'); if (strlen($_SESSION['pdaid']==0)) {   header('location:logout.php');   } else{ if(isset($_POST['submit']))   {        $adminid=$_SESSION['pdaid'];      $a...

管理面板的用户注册和登录以及用户管理系统

...下载附件。<?php session_start(); include("dbconnection.php"); if(isset($_POST['login'])) {   $adminusername=$_POST['username'];   $pass=md5($_POST['password']); $ret=mysqli_query($con,"SELECT * FROM admin WHERE username='$adminusername' and password='$pass'"); $num=mysqli_f...

汽车配件系统

...tor to initialize the form.      * WARNING: Do NOT modify this code. The content of this method is always      * regenerated by the Form Editor.      */       private int binarySearch(int[] a, int x) {  &...

前端资料

...释IE 条件注释:适用于[IE5, IE9]常见格式如下```html<!--[if IE 6]>Special instructions for IE 6 here<![endif]-->```选择器 hack:不同浏览器对选择器的支持不一样```css/***** Selector Hacks ******//* IE6 and below */* html #uno  { color: red }/* IE7 */*:f...

PHP和MySql中的新闻项目

...p session_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,"...

在线出生证明系统

...sion_start(); error_reporting(0); include('includes/dbconnection.php'); if (strlen($_SESSION['obcsaid']==0)) {   header('location:logout.php');   } else{   ?>   <div class="left-sidebar-pro">             &l...

微信捐赠

微信扫一扫体验

立即
上传
返回
顶部