namespacing the wikipedia tutorial stuff
This commit is contained in:
9
web/html/wikipedia-tutorial/helloworld.php
Normal file
9
web/html/wikipedia-tutorial/helloworld.php
Normal file
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
$string = "Hello, World!<br />";
|
||||
|
||||
echo $string;
|
||||
|
||||
print $string;
|
||||
|
||||
printf("%s", $string);
|
||||
?>
|
Reference in New Issue
Block a user