Skip to content

archercodes13/product-admin-crud

Repository files navigation

Products Admin

Simple products administration system made with PHP and MySQL.

Description

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.

Features

  • 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

VAT Calculation

The price without VAT is calculated from the price with VAT using 21% VAT.

Database Table

  • products

Technologies

  • PHP
  • MySQL
  • HTML
  • CSS
  • PDO
  • MAMP

Main Pages

  • Products list
  • Add product page
  • Edit product page
  • Delete product function

About

Simple PHP and MySQL products admin CRUD system with price calculation, VAT, availability status, created date and edit date.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors