11
Showing posts with label Testing. Show all posts
Showing posts with label Testing. Show all posts

Sunday, 21 December 2014

PHP Syntax

PHP is a server side script, where we can use for logical and business functions.

PHP syntax is like below format:

<?php

echo "Hello World" ;

?>