Toggle navigation
Home
Latest pastes
FAQ
Random
BitBin is shutting down!
Register
Login
PHP Lesson #2 - Variables
SUBMITTED BY:
Guest
DATE:
April 30, 2013, 11:53 a.m.
FORMAT:
Text only
SIZE:
214 Bytes
Raw
Download
Tweet
HITS:
1007
Go to comments
Report
PHP Lesson #2 - Variables
<?php
$variable = the; //the is assigned to $variable so it can be used at any time with $variable
echo '$variable'; //this echos what is saved inside the variable
?>
Please enable JavaScript to view the
comments powered by Disqus.
comments powered by
Disqus