PHP Tutorial #1


SUBMITTED BY: iorbit

DATE: Sept. 24, 2016, 1:04 p.m.

FORMAT: PHP

SIZE: 84 Bytes

HITS: 674

  1. <?php
  2. $text = "Test";
  3. echo $text;
  4. #This code is to output something using php
  5. ?>

comments powered by Disqus