91av视频/亚洲h视频/操亚洲美女/外国一级黄色毛片 - 国产三级三级三级三级

資源簡介

 一個簡單的進銷存管理系統,可以用作php作業,簡單好理解,里面有數據庫

資源截圖

代碼片段和文件信息

ta?http-equiv=“Content-Type“?content=“text/html;?charset=utf-8“>
//初始化session
session_cache_expire(30);
session_start();
//?如果已經登錄過,直接退出
/*if(isset($_SESSION[‘user‘]))?{
//重定向到管理留言
header(“Location:browse.php“);
//?登錄過的話,立即結束
???exit;
}*/
require?(‘dbconnect.php‘);

//?獲得參數
$nickname=$_POST[‘id‘];
$password=$_POST[‘password‘];
echo?$nickname.“
“.$_POST[‘id‘];
echo?$password.“
“.$_POST[‘password‘];
//?檢查帳號和密碼是否正確
$query=“select?*?from?user?where?id=‘$nickname‘?and?password=‘$password‘“;
$msg=mysqli_query($link$query);
/*$result=mysqli_fetch_array($msg);*/
//?如果用戶登錄正確
/*if(?!empty($result))?{
//注冊session變量,保存當前會話用戶的昵稱
session_register(“user“);
$user=$nickname;
//?登錄成功重定向到管理頁面
header(“Location:browse.php“);
}*/
if($msg){
print(“插入成功

?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----

?????文件???????1340??2019-12-03?07:55??test\buy\add_buy.php

?????文件???????1268??2019-12-03?09:32??test\buy\a_buy.php

?????文件???????1137??2019-12-03?07:55??test\buy\check_buy.php

?????文件???????1227??2019-12-03?07:55??test\buy\search_buy.php

????..A..H.???????519??2019-12-03?10:02??test\buy\_notes\dwsync.xml

?????文件???????1411??2019-12-03?12:07??test\checklogin.php

?????文件???????1433??2019-12-04?11:02??test\company\a.php

?????文件????????960??2019-12-03?07:54??test\company\ab.php

?????文件???????1512??2019-12-03?09:34??test\company\search_company.php

????..A..H.???????398??2019-12-04?11:02??test\company\_notes\dwsync.xml

?????文件????????693??2019-11-30?17:04??test\dbconnect.php

?????文件???????2127??2019-12-03?09:53??test\head.php

?????文件???????2238??2019-12-03?14:29??test\index.html

?????文件???????1247??2019-12-03?07:45??test\login.php

?????文件????????403??2019-12-03?07:18??test\logout.php

?????文件???????6446??2019-12-03?11:49??test\other\addcompany.php

?????文件???????7325??2019-12-03?09:50??test\other\addproduct.php

?????文件???????2163??2019-12-03?09:50??test\other\browse.php

?????文件???????7434??2019-12-03?09:50??test\other\buy.php

?????文件???????2792??2019-12-03?09:50??test\other\modify.php

?????文件???????1669??2019-12-03?09:50??test\other\new.html

?????文件???????2006??2019-12-03?09:50??test\other\product.sql

?????文件???????5155??2019-12-03?09:50??test\other\product_backup.sql

?????文件???????7460??2019-12-03?09:50??test\other\sell.php

?????文件????????122??2019-12-03?09:50??test\other\untitled.html

?????文件???????1652??2019-12-03?09:50??test\other\untitled.php

?????文件????????122??2019-12-03?09:50??test\other\untitled1.html

?????文件????????122??2019-12-03?09:50??test\other\untitled2.html

?????文件????????493??2019-12-03?09:50??test\other\web.php

????..A..H.??????1662??2019-12-03?12:18??test\other\_notes\dwsync.xml

............此處省略28個文件信息

評論

共有 條評論