Changes

Jump to: navigation, search

PHP Operators

8 bytes added, 13:00, 31 May 2007
PHP Comparison Operators
<table border="1" cellspacing="0" width="100%">
<tr style="background:#efefef;">
<th>Operator<th>Type<th>Description<th>Examples</th>
<tr>
<td>==<td>Equal to<td>Checks if first operand equals second<td>$myVar = 10; <br>if ($myVar == 10)<br>echo 'myVar equals 10';</td>

Navigation menu