User contributions
1 June 2007
PHP Arrays
no edit summary
-47
PHP Arrays
Accessing Elements in a Multidimensional Array
+293
PHP Arrays
Accessing Elements of an Associative Array
+782
PHP Arrays
no edit summary
+1,661
PHP Arrays
Accessing Elements in a PHP Array
+382
PHP Arrays
Create a PHP Array
PHP Arrays
Create a PHP Array
+4
PHP Arrays
Create a PHP Array
+41
PHP Arrays
Create a PHP Array
+4
PHP Arrays
Create a PHP Array
PHP Arrays
Creating a PHP Array
-2
PHP Arrays
no edit summary
+841
PHP Arrays
New page: PHP Arrays provide a way to group together many variables such that they can be referenced and manipulated using a single variable. An array is, in many ways, a self-contained list of vari...
PHP Essentials
no edit summary
+17
31 May 2007
PHP Functions
Functions and Variable Scope
+65
PHP Functions
Functions and Variable Scope
+6
PHP Functions
Functions and Variable Scope
+7
PHP Functions
Returning Values By Reference
+1,851
PHP Functions
Passing Parameters By Reference
+550
PHP Functions
Passing Parameters By Reference
+23
PHP Functions
Passing Parameters By Reference
+26
PHP Functions
Passing Parameters to a PHP Function
+2,437
PHP Functions
Returning a Value from a PHP Function
+1,023
PHP Functions
How to Write a PHP Function
+45
PHP Functions
How to Write a PHP Function
+792
PHP Functions
What is a PHP Function?
+172
PHP Functions
New page: In the world of programming and scripting there are two ways to write code. One way is to write long, sprawling and monolithic sections of script. Another is to break the scripts up into t...
PHP Flow Control and Looping
no edit summary
-32
PHP Flow Control and Looping
PHP Conditional Statements
+16
PHP Flow Control and Looping
Breaking a Loop
+159
PHP Flow Control and Looping
PHP ''switch'' Statements
+71
PHP Flow Control and Looping
PHP ''switch'' Statements
+15
PHP Flow Control and Looping
JavaScript ''switch'' Statements
+66
PHP Flow Control and Looping
no edit summary
-158
PHP Flow Control and Looping
PHP ''for'' loops
+1
PHP Flow Control and Looping
PHP ''while'' loops
+12
PHP Flow Control and Looping
JavaScript ''while'' loops
+49
PHP Flow Control and Looping
PHP ''for'' loops
+16
PHP Flow Control and Looping
JavaScript Looping Statements
+189
JavaScript Flow Control and Looping
JavaScript ''for'' loops
+1
PHP Flow Control and Looping
The PHP ''if ... else'' Statements
+35
JavaScript Flow Control and Looping
The JavaScript ''if ... else'' Statements
+1
PHP Flow Control and Looping
The PHP ''if'' Statement
+318
PHP Flow Control and Looping
PHP Conditional Statements
+21
JavaScript Flow Control and Looping
no edit summary
PHP Flow Control and Looping
JavaScript Conditional Statements
+682
PHP Flow Control and Looping
no edit summary
+17
PHP Flow Control and Looping
New page: One of the main reasons for using scripting languages such as PHP is to build logic and intelligence into the creation and deployments of web based data. In ordedr to be able to build logi...
PHP Essentials
no edit summary
+35
PHP Operators
PHP Execution Operator - Executing Server Side Commands