PHP Tutorials
Monday, May 23, 2011
Tutorial 1: Variables
A very basic example of a variable would be:
<?php
$text = "This is my variable text";
echo $text
?>
If you need any further explanation please click this
link
Newer Posts
Home
Subscribe to:
Posts (Atom)