Could anyone tell me why this code echos? <?php $value = 0; $curval = 'A'; if ($value == $curval) { echo "WTH, Over<br>"; } ?>
- [PHP] Re: Comparison Operator Chadwick, Russell
- [PHP] Re: Comparison Operator Jason Morehouse
- Re: [PHP] Re: Comparison Operator John Nichel
- Re: [PHP] Comparison Operator trobi
- Re: [PHP] Comparison Operator Brad Pauly
- RE: [PHP] Comparison Operator Jay Blanchard
- Re: [PHP] Comparison Operator tg-php
- RE: [PHP] Comparison Operator Chadwick, Russell
- RE: [PHP] Comparison Operator Richard Lynch
- RE: [PHP] Comparison Operator Ford, Mike