Category Archives: Php

Learn Php Programming

PHP basics

In this post, I am covering the PHP basics. By reading this post you will learn PHP basics easily. PHP Introduction: PHP Stands for “Hyper-Text Pre-Processor”. It was created by Rasmus Lerdorf in 1994. It is a server-side scripting language. php is used to create web applications. PHP is used to create dynamic websites Print… Read More »

Category: Php

How to create a calculator in PHP

I have pasted code below that how to create tutorial in php. Soon I will post video tutorial on my YouTube channel or on my site. First of all to learn and create calculator by yourself first copy below code and save as index.php. Istall XAMP Go to htdocs folder and paste your file index.php… Read More »