PHP Lesson #2 - Variables


SUBMITTED BY: Guest

DATE: April 30, 2013, 11:53 a.m.

FORMAT: Text only

SIZE: 214 Bytes

HITS: 1007

  1. PHP Lesson #2 - Variables
  2. <?php
  3. $variable = the; //the is assigned to $variable so it can be used at any time with $variable
  4. echo '$variable'; //this echos what is saved inside the variable
  5. ?>

comments powered by Disqus