PHP SYNTAX:
Before we talk about PHP's syntax, let us first define what syntax is referring to.Syntax - The rules that must be followed to write properly structured code.
PHP's syntax and semantics are similar to most other programming languages
C, Java, Perl) with the addition that all PHP code is contained with a tag
of sorts. All PHP code must be contained within the following:
<?php
All stuff will be in the between of this
?>
Comments
Post a Comment