Creating (Declaring) PHP Variables


SUBMITTED BY: henry1874w

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

FORMAT: Text only

SIZE: 54 Bytes

HITS: 295

  1. <?php
  2. $txt = "Hello world!";
  3. $x = 5;
  4. $y = 10.5;
  5. ?>

comments powered by Disqus