index.php 81 B

1234567891011
  1. <?php
  2. ?>
  3. <div>My Name is
  4. <?php
  5. echo $terry1."_".$terry2;
  6. ?>
  7. </div>