Stock Management System in PHP

Language

Stock Management System is develop web application use JavaScript, CSS. using PHP MySQL, this software is used to track the products in and out from the inventory, the user can add products, update, delete and track, and keep the records of products in a proper way, and also the system

Download xampp Download the zip file Extract file copy “stock” folder Paste inside root directory/ xamp local disk C: xampp/htdocs, PHPMyAdmin http://localhost/phpmyadmin database name stock Import ermsdb.sql file(inside the zip package in SQL file) script http://localhost/stock Password in file

VIEW DEMO

Subscribe on my YouTube Channel: 1 Source Code

Personal blog: 1sourcecodr.blogspot.com

FB Pages: 1source code

Note: Due to the size or complexity of this submission, the author has submitted it as a .zip file to shorten your download time. After downloading it, you will need a program like Winzip to decompress it.

Virus note: All files are scanned once-a-day by SourceCodester.com for viruses, but new viruses come out every day, so no prevention program can catch 100% of them.

FOR YOUR OWN SAFETY, PLEASE:

1. Re-scan downloaded files using your personal virus checker before using it.
2. NEVER, EVER run compiled files (.exe's, .ocx's, .dll's etc.)--only run source code.

Comments

Submitted byAnonymous (not verified)on Tue, 10/05/2021 - 21:08

Unable to add products. Button changing as "Loading" nothing is happening
Submitted byYour Helper (not verified)on Sun, 10/17/2021 - 22:52

In reply to by Anonymous (not verified)

Hi, Since the system is uploading an image along with the product that's where the issue is. In my case I had to give my user the privileges to read/write. Do the same. Code works perfectly :)

Add new comment