Changes

Jump to: navigation, search

Commenting PHP Code

421 bytes added, 18:47, 11 May 2009
no edit summary
<table border="0" cellspacing="0" width="100%">
<tr>
<td width="20%">[[Creating a Simple PHP Script|Previous]]<td align="center">[[PHP Essentials|Table of Contents]]<td width="20%" align="right">[[An Introduction to PHP Variables|Next]]</td>
<tr>
<td width="20%">Creating a Simple PHP Script<td align="center"><td width="20%" align="right">An Introduction to PHP Variables</td>
</table>
<hr>
 
 
<google>BUY_PHP</google>
 
 
When programming in any language the process of adding comments involves writing notes alongside the code to describe what the code does and how it works. The comments are ignored by the PHP pre-processor when executing a script and are purely for human consumption.

Navigation menu