hello world with variables and different output statements/functions
This commit is contained in:
@@ -1,3 +1,9 @@
|
||||
<?php
|
||||
echo "Hello, World!";
|
||||
$string = "Hello, World!<br />";
|
||||
|
||||
echo $string;
|
||||
|
||||
print $string;
|
||||
|
||||
printf("%s", $string);
|
||||
?>
|
||||
|
Reference in New Issue
Block a user