pranavp10 / inventory

Manage your inventory and check stock levels in real-time. Receive low inventory notifications and generate purchase orders to replenish your stock.
MIT License
3 stars 0 forks source link

Issue #1

Open NickNck opened 4 years ago

NickNck commented 4 years ago

Hi i keep getting issues like in the screenshot below....i keep seeing backend code on the UI such as this on every page. Also when you click a button such as for saving anything the backend session code is displayed and does nothing else .

If i create an item category and save, a blank page displays this "query($sqlInsertItemCategory)) { $_SESSION['addItemCategory'] = 'yes'; header("Location: ../../../pages/inventory/master/inventory_master_item_category.php"); }else { $_SESSION['addItemCategory'] = 'no'; header("Location: ../../../pages/inventory/master/inventory_master_item_category.php"); } } ?>"

pranavp10 commented 4 years ago

i am not getting the issue what you wanted to say make it clear so i can help you

aduduka commented 4 years ago

Reconfigure your local web-server, check that .php extensions processed correctly.