PHP Introduction

PHP is a Server side scripting language. PHP runs on server or hosting. PHP is widely used for web development.

First Step to use PHP Program, must install xampp software in your PC. XAMPP Stands for Cross Platform, Apache, MySQL, and Perl.

PHP is a Backend Language, you can control your servers and backend process with the help of PHP

<?php
<h1>This is PHP Introduction</h1>
//PHP Echo Function
echo "My name is Bhavesh";
?> {codeBox}

Post a Comment

Previous Post Next Post