Part for Variables finished
This commit is contained in:
parent
750cbe7cd4
commit
c70358827e
1 changed files with 4 additions and 2 deletions
|
|
@ -9,8 +9,10 @@
|
||||||
<body>
|
<body>
|
||||||
<h1>
|
<h1>
|
||||||
<?php
|
<?php
|
||||||
echo "Hello, World";
|
$greeting = "Hello";
|
||||||
?>
|
echo $greeting . ", " . "Everybody!";
|
||||||
|
echo "$greeting, Everybody!";
|
||||||
|
?>
|
||||||
</h1>
|
</h1>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
Loading…
Add table
Add a link
Reference in a new issue