Changes

Jump to: navigation, search

PHP Flow Control and Looping

6 bytes removed, 14:07, 3 August 2009
The PHP ''if'' Statement
<pre>
<?php
$myVar = 10;
if ($myVar < 2)

Navigation menu