示例#1
0
<?php

include "../../../myDatabase2.php";
$description = $_GET['description'];
$ro = new database2();
$ro->deptInventory($description, "LABORATORY");
示例#2
0
<?php

include "../../../myDatabase2.php";
$description = $_GET['description'];
$department = $_GET['department'];
$username = $_GET['username'];
$ro = new database2();
$ro->deptInventory($description, $department, $username);