PHP

Home > Programming Tutorial > PHP
Sort by
Latest Added
Object-Oriented Programming
  When we develop our applications, we can divide our programs into parts, or large modules, such as different presentation layers, database access objects, search engines and security components.
 
Date Added: Mar 29, 2006, Viewed: 14,083 7 Reviews
Arrays
  An array is a list that hold multiple values and is an indispensable tool in programming. An array consists of elements, each of which can hold a value. Each element is referenced by its index (or key).
 
Date Added: Mar 29, 2006, Viewed: 5,125 6 Reviews
«Previous 1 2