PHP 2 decimal places without rounding code example

In this article, I show you how to get Php 2 decimal places without rounding off the actual number. This is important when you are working on some math calculation script and your results are varying because of the decimal values. This is a very common scenario to handle decimal places in numeric figures.  In this article, I show you how to get Php 2 decimal places without rounding off the actual number. This is important when you are working on some math calculation script and your results are varying because of the decimal values. This is a very common scenario to handle decimal places in numeric figures.   […]

Read More…

Posted in PHP

Html table creator step by step

In this tutorial, I show you how to create an HTML table step by step. if you are a newbie in HTML that are various HTML table creator tools available that can be used to create an HTML table. But it would be great if you learn the table structure and create it on yourIn this tutorial, I show you how to create an HTML table step by step. if you are a newbie in HTML that are various HTML table creator tools available that can be used to create an HTML table. But it would be great if you learn the table structure and create it on your […]

Read More…

Fluent UI modal popup in SPFx React

In this article, I show you how to create a Fluent UI modal popup in Spfx react here I create one button in the web part, and on the button click the modal popup will open. The fluent UI Modal control I have used for this demo. Let’s create one empty Spfx web part firstIn this article, I show you how to create a Fluent UI modal popup in Spfx react here I create one button in the web part, and on the button click the modal popup will open. The fluent UI Modal control I have used for this demo. Let’s create one empty Spfx web part first […]

Read More…