diff --git a/docroot/html/helloworld.php b/docroot/html/helloworld.php index fb63ef2..ebbdab0 100644 --- a/docroot/html/helloworld.php +++ b/docroot/html/helloworld.php @@ -1,3 +1,9 @@ "; + + echo $string; + + print $string; + + printf("%s", $string); ?>