Not long ago, a visitor was asking how to upload an image in PHP on AdminLTE Framework. He asked how to upload and save images to a MySQL database with Blob data type. Storing images into the MYSQL database is not the right way in my opinion as it ...
adminlte
Create a Sales Form / POS – Tutorial Build Point Of Sale With PHP, PDO, MySQL And Jquery Part 5
How to create a sales transactions page with PHP, jquery, and adminLTE. We have been at the end of the tutorial create a point of sale system with PHP. This article was the initial goal of the tutorial create a point of sale with PHP and AdminLTE. In ...
Create Master Item / Product Form – Tutorial Build Point Of Sale With PHP, PDO, MySQL And Jquery Part 4.
How to create master item form at the point of sale PHP. Finally, we have come to part 4, This article will discuss how to create a master item page where the system can add, edit and delete items from the database. Let's start the following ...
Create Form User – Tutorial Build Point Of Sale With PHP, PDO, MySQL And Jquery Part 3.
Continuing my article Tutorial Build Point Of Sale System With PHP, PDO, MySQL And Jquery. If previously I have discussed how to create a login form and dynamic menu adminLTE. In section 3 will create a master user page, which is used to add, edit ...
Dynamic Menu AdminLTE And Dashboard Page – Tutorial Build PHP Point Of Sale With PDO, MySQL And Jquery Part 2
After part 1 is completed, the next step is to create a dynamic menu and dashboard page on adminLTE Framework. Before I started, make sure you have read the Tutorial Build PHP Point Of Sale With PDO, MySQL And Jquery Part 1 to follow this article ...
Tutorial Build PHP Point Of Sale With PDO, MySQL And Jquery Part 1
How to build a simple PHP point of sale system. This article is a series of several of my articles about PHP CRUD. We will focus on making a simple pos system with PHP and JQuery. I divide this article into sections where each section will implement ...