namespacing the wikipedia tutorial stuff

This commit is contained in:
Dan Buch
2011-01-02 23:22:12 -05:00
parent 43765f44ce
commit 30a56d237f
131 changed files with 2 additions and 8 deletions

View File

@@ -0,0 +1,9 @@
<?php
$string = "Hello, World!<br />";
echo $string;
print $string;
printf("%s", $string);
?>