PHP Basics Tutorials - LearnPHP.org
It is time to apply the knowledge you have obtained thus far and put it to real use.
April 17,
2008
Today Views:
1 Total Views:
207
Installing PHP on an Apache server is a lot easier than most people seem to think. It takes only a few minutes to do. Follow these easy instructions...
April 15,
2008
Today Views:
1 Total Views:
148
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:
176
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:
153
An array is a data structure that stores one or more values in a single value.
April 14,
2008
Today Views:
1 Total Views:
138
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:
2 Total Views:
171
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:
5 Total Views:
152
The for loop is simply a while loop with a bit more code added to it.
April 9,
2008
Today Views:
1 Total Views:
149
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:
182
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:
150






















