diff --git a/PHP.md b/PHP.md index d43380e..8f62635 100644 --- a/PHP.md +++ b/PHP.md @@ -178,9 +178,9 @@ Some kinds of string interpolation work: 2"; } elseif($x < 2){ - echo "x > 2"; + echo "x < 2"; } else{ echo "x == 2"; @@ -216,7 +216,7 @@ If you have html and don't want to have lines that look like ``, you c 2): ?> x > 2 - + x < 2 x == 2