August 2024

PHP Basics: PHP OPERATORS

Operators in PHP are a useful way to use mathematics on variables. Whether you want to add, subtract, multiply, divide, or do any other mathematical equation involving a variable or…

PHP Basics: PHP Comments

Although not a vital part of PHP, comments can be very useful for organizing your code and helping you remember small bits about certain peices of code in your script.…

PHP Basics: PHP SYNTAX

When starting out with PHP, the obvious, and most important thing you’ll need to know is how to designate the area where the server’s PHP parser will start reading your…