$dbc=@mysqli_connect(DB_HOST,DB_USER,DB_PASSWORD,DB_NAME) OR die('Could not to connect to Mysql:'.mysqli_connect_error()); ...
Inventory tracking system that allows users to request and restock items, add new items, and delete items that are at a stock number of 0 from the list. Records all changes made to the list using ...