Logical operator: not


SUBMITTED BY: henry1874w

DATE: June 12, 2017, 3:59 p.m.

FORMAT: Text only

SIZE: 128 Bytes

HITS: 253

  1. <!DOCTYPE html>
  2. <html>
  3. <body>
  4. <?php
  5. $x = 100;
  6. if ($x !== 90) {
  7. echo "Hello world!";
  8. }
  9. ?>
  10. </body>
  11. </html>

comments powered by Disqus