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

0 points
Submitted by Ryan Williams
almost 11 years

Why isn't this working?

  <?php
    $items = 7;    // Set this to a number greater than 5!
    if ($items > 5) {
      echo "You get a 10% discount!";
    }
  ?>

This new UI is driving me crazy, its super slow and I can’t get this to pass. Keeps saying “Oops try again, doesn’t look like you printed anything.” Argh!

Edit: Never mind, it suddenly decided to work.

Answer 515f30c64e58deac8d002139

0 votes

Permalink

I have the same problem…

points
Submitted by dxdeaner
almost 11 years

Answer 515f3fc301195fd8730002cf

0 votes

Permalink

Me too - chrome the latest version..

points
Submitted by Jozef Vrana
almost 11 years

Answer 5167135b7ac40a4097000054

0 votes

Permalink

Seems like it is picky about how you insert your curly brackets “{}”. If I highlighted the echo statement and then inserted the brackets it worked. If I inserted before and after separately and deleted the premature close bracket, it didn’t seem to work.

Seems odd

points
Submitted by Scott Brown
almost 11 years

Answer 5208e02580ff3321d9008796

0 votes

Permalink

points
Submitted by Ray
over 10 years