PHP Basics Tutorials - LearnPHP.org
A function is just a name we give to a block of code that can be executed whenever we need it. This might not seem like that big of an idea, but believe me, when you understand and use functions you will be able to save a ton of time and write code that is much more readable!
April 15,
2008
Today Views:
1 Total Views:
317
A variable, is something which can hold a dynamic value. A variable is distinguished from other things because it starts with a dollar sign.
April 14,
2008
Today Views:
1 Total Views:
283
In software engineering, a design pattern is a general solution to a common problem in software design. A design pattern isn't a finished design that can be transformed directly into code, it is a description or template for how to solve a problem that can be used in many different situations.
April 11,
2008
Today Views:
1 Total Views:
301
This is a VERY basic introduction to scope; I neglected to mention a lot of things when writing this particular tutorial to try to keep things as simple as possible.
April 10,
2008
Today Views:
1 Total Views:
263
The for loop is simply a while loop with a bit more code added to it.
April 9,
2008
Today Views:
1 Total Views:
243
Object orientated programming (OOP) is a commonly used term when discussing modern programming techniques. One of the things that makes humans stand out is the ability to categorise - we put objects into categories of similar type of function.
April 9,
2008
Today Views:
1 Total Views:
316
Manipulating files is a basic necessity for serious programmers and PHP gives you a great deal of tools for creating, uploading, and editing files.
April 8,
2008
Today Views:
1 Total Views:
262
The following PHP code will show you how to make a basic image gallery.
April 7,
2008
Today Views:
3 Total Views:
351
One of the most fundamental tools of any true programming language is the ability to control what code gets executed and under what conditions by using a conditional block.
April 4,
2008
Today Views:
1 Total Views:
337
The require function is used to include a file into your PHP code.
April 3,
2008
Today Views:
1 Total Views:
580























