Simple products administration system made with PHP and MySQL.
This project is a simple product CRUD admin system. It allows the user to create, edit, delete and display products in a table.
The project also calculates the price without VAT from the price with VAT.
- Add products
- Edit products
- Delete products
- Show products in a table
- Product name
- Product description
- Price with VAT
- Automatic price without VAT calculation
- Product availability status
- Created date
- Edited date
- CRUD functions in functions.php
- PDO database connection
The price without VAT is calculated from the price with VAT using 21% VAT.
- products
- PHP
- MySQL
- HTML
- CSS
- PDO
- MAMP
- Products list
- Add product page
- Edit product page
- Delete product function