Related Articles
PHP – Garbage Code and Bad Variables
Since Variables in PHP do not need to be declared you can run into issues such as trying to add a String to an Int. You also may have issues if you misspell a variable. […]
PHP – switch Statements
switch Statements allow you to allow events to happen based on specific values for variables.
Be the first to comment