Changes

Jump to: navigation, search

An Introduction to PHP Variables

403 bytes added, 18:48, 11 May 2009
no edit summary
<table border="0" cellspacing="0" width="100%">
<tr>
<td width="20%">[[Commenting PHP Code|Previous]]<td align="center">[[PHP Essentials|Table of Contents]]<td width="20%" align="right">[[Understanding PHP Variable Types|Next]]</td>
<tr>
<td width="20%">Commenting PHP Code<td align="center"><td width="20%" align="right">Understanding PHP Variable Types</td>
</table>
<hr>
 
 
<google>BUY_PHP</google>
 
 
A large part of writing scripts, and for that matter programming in general, involves the handling and manipulation of data. Data can take many forms, ranging from single characters, words and sentences to integers, floating point numbers and true and false values. In object oriented environments such as PHP, data can also take the form of an ''object'', a self contained module which is capable of encapsulating any number of data values of numerous different types.

Navigation menu