Assignment operator: x = y


SUBMITTED BY: henry1874w

DATE: June 4, 2017, 8:35 p.m.

FORMAT: Text only

SIZE: 88 Bytes

HITS: 418

  1. <!DOCTYPE html>
  2. <html>
  3. <body>
  4. <?php
  5. $x = 10;
  6. echo $x;
  7. ?>
  8. </body>
  9. </html>

comments powered by Disqus