All About Commenting
By admin • May 2nd, 2008 • Category: 1.2. Code BasicsIt can be confusing when you start developing in a new language to know about the rules for commenting.
Mark’s SitePensieve for coding and golf :-)
|
|
It can be confusing when you start developing in a new language to know about the rules for commenting.
You’re a beginner to PHP and are experiencing errors when you run your code. You need to understand what the errors mean in order to fix them, this article will teach you what you need to know about errors.
Variables are your lifeblood when it comes to programming. They are something you will quickly need to get your head around in order to continue programming. This article will inform you all about variables in PHP.
Functions are simply a way of grouping code that performs to some specific purpose. This article will tell you all about functions in PHP.
All of the conditions of programming in PHP that I find I use on a daily basis, including examples. PHP has more available, but I find these are the most useful to beginners, without giving them information overload ![]()
Including configuration data, functions, and other important information of your project is a great way to cut down on repeating code. This article explains the basics of includes in PHP.