This forum is now read-only. Please use our new forums! Go to forums

0 points
Submitted by Jo
over 10 years

I think I get the wrong answer.

I just write these things down: $a=3; $b=4; if ( $a < $b ) { echo "<"; } elseif ( $a > $b ){ echo ">"; } else { echo "="; }

And I get the answer: < >

How amazing!

Answer 526ab0eaabf8217992003b97

0 votes

Permalink

i tried your code, and nothing was returned on my screen. must be some bug of the site… i try de same code in my personal server wamp and the code is ok.

points
Submitted by Filipe Larizzatti
over 10 years

1 comments

Jo over 10 years

yes, it’s ok on other php server~