"; if ($a > 0 || $a < 9) { echo "a is > 0 of a is < 9"; } else { echo "a is <= 0 of a is >= 9"; } echo "

"; echo "The above output is generated by the code below:
"; highlight_file( __FILE__ ); ?>