PHP Basic Syntax
Introduction:
This tutorial will cover the basic syntax of PHP files.
What is syntax?
Syntax is defined as "the structure of statements in a computer language." and as such refers to the format of the given scripts.
Importance of correct syntax
Having correct syntax in any script is extremely important.