You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

12 lines
273 B

<?php
error_reporting(E_ALL);
ini_set("display_errors","on");
/**
* 显示所有的待签 员工所有待签
*/
require_once "../wms/header.php";
// 載入db.php來連結資料庫
require_once "../wms/database.php";
var_dump($_COOKIE);
require_once "../wms/footer.php";