Added a class to retrieve the basic item information data.
This commit is contained in:
@@ -4,6 +4,6 @@
|
||||
$password = '1a9t7y';
|
||||
$db_name = 'inventory';
|
||||
|
||||
$db = mysqli_connect($host, $user_name, $password, $db_name) or die("Failed to
|
||||
connect to MySQL: " . mysqli_error($db));
|
||||
$conn = mysqli_connect($host, $user_name, $password, $db_name) or die("Failed to
|
||||
connect to MySQL: " . mysqli_error($conn));
|
||||
?>
|
||||
Reference in New Issue
Block a user