Add Edit and Delete  Records  with Basic PHP  and MySQL
,

Add Edit and Delete Records with Basic PHP and MySQL

First, prepare your database.  This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode...
Share:
Read More
Get Age from Date of Birth using PHP
, , , ,

Get Age from Date of Birth using PHP

 To get current year/s of age in PHP, You need to find the difference and subtract the date of birth input by the user to the current date. Prepare your index.php. I am using bootstrap 4 framework and  fontawesome icons as a front-end for this project. Declare your main page like...
Share:
Read More
Login Page Template using Bootstrap 4
, , , , ,

Login Page Template using Bootstrap 4

This article shows you a login page created using HTML5 and Bootstrap. You need to familiarize with HTML5 and Bootstrap. HTML5 is the latest evolution of the standard that defines HTML. The term represents two different concepts. It is a new version of the language HTML, with new elements, attributes,...
Share:
Read More
Display Top Selling Items using PHP, MySQL, and Bootstrap 4
, , , , , ,

Display Top Selling Items using PHP, MySQL, and Bootstrap 4

Wondering if you can display all the top selling items from all of your sales with their total quantity and total amount. Yes, in this article will show you a simple way for achieving that. Prepare your tools for making this project. I am using the following below. (May differ from what you...
Share:
Read More
Sales Graph/Chart using Chart.js, Bootstrap 4, jQuery and PHP
, , , ,

Sales Graph/Chart using Chart.js, Bootstrap 4, jQuery and PHP

Somehow, you want an illustration of your sales or other statistical graph for better visualization or comparison in your existing system reports. Here is one of the examples you can use to achieve it using Chart.js. Chart.js is simple yet flexible JavaScript charting for designers & developers. You...
Share:
Read More
Login Logout using PHP and Mysql with Bootstrap 4
, , ,

Login Logout using PHP and Mysql with Bootstrap 4

Login Logout using PHP and Mysql with Bootstrap 4 Hi! Good Day, This is my first blog so i hope you'll enjoy it. Please do support my blog, It is much appreciated. Cheers! First we will be needing the following. Web Hosting - Apache & MySQL support (I am using XAMPP to be able to run on localhost) Bootstrap...
Share:
Read More