Changes

Jump to: navigation, search

PHP Operators

No change in size, 18:43, 19 November 2007
PHP Logical Operators
''If $var1 is less than 25 OR $var2 is greater than 45 display a message.''
Then we would replace the "OR" with the PHP equavalent equivalent ||:
<pre>

Navigation menu