Monday, October 23, 2017

PHP Overview

PHP Overview


Php is a server side language. Which is executed by server application like xammp or winamp. Php scripts are back end process like database , sessions and also its shorten some function. Php scripts has predefined shorten functions. php can solve complex program in simple coding. 


Syntax:


<?Php 
Content of statements
?>

Example:


<?php
echo "Welcome to PHP ";
?>
 
Above simple program was just display Welcome message to viewers. PHP cannot run directly to webpage. Its use html to execute php script. Php functions are has multiple html shorten keyword. Php run on xammp or winamp server. Which are contain Mysql server and apachi servers. Mysql was used to store data. My favorite Web builder is PHP

No comments:

Post a Comment

ads

php Functions

php Functions Php has more function which are listed below and small description also mentioned .  ==>  foreach (food as ele...

ads