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