Correct output text to "Hello World!" (#24449)
Correct the output text to read "Hello World!" instead of "This is my first PHP script!".
This commit is contained in:
@ -35,7 +35,7 @@ Below, we have an example of a simple PHP file, with a PHP script that uses a bu
|
||||
<body>
|
||||
|
||||
<?php
|
||||
echo "My first PHP script!";
|
||||
echo "Hello World!";
|
||||
?>
|
||||
|
||||
</body>
|
||||
|
Reference in New Issue
Block a user