Saturday 26 July 2014

Filled Under:

Syntax of php

PHP Syntax:

A PHP scripting block always starts with <?php and ends with ?>. A PHP scripting block can be placed anywhere in the document.

Comments in PHP:


In PHP, we use // to make a single-line comment or /* and */ to make a large comment block like c and c++.




0 comments:

Post a Comment