An app to manage your inventory
This project is maintained by milosnowcat
Inventory.php is a straightforward inventory management application designed to help you organize and track your inventory. This simple PHP-based system allows you to manage products and users efficiently. Follow the instructions below to set up and start using the app.
conn.php.Edit conn.php and set your database connection details:
<?php
$dbHost = "";
$dbUser = "";
$dbPass = "";
$dbName = "";
?>
superuser.php file.Set your SuperUser ID:
<?php
$superuser = "";
?>
For any assistance or queries, contact me at [email protected].
Thank you for choosing Inventory.php for your inventory management needs!