Output Variables


SUBMITTED BY: henry1874w

DATE: June 4, 2017, 7:40 p.m.

FORMAT: Text only

SIZE: 112 Bytes

HITS: 381

  1. <?php
  2. $txt = "W3Schools.com";
  3. echo "I love $txt!";
  4. ?><?php
  5. $txt = "W3Schools.com";
  6. echo "I love $txt!";
  7. ?>

comments powered by Disqus