This topic is part of our Object-Oriented Programming in PHP training
PHP is a widely-used general-purpose scripting language that is especially suited for Web development and can be embedded into HTML.
PHP is an imperative programming language belonging to the C family and, as such, follows the C syntax, has control structures such as the if statement and loops (while, for, foreach etc). PHP also has variables, functions and supports object-oriented programming.
This topic is part of our Object-Oriented Programming in PHP training
Leave a Reply