Files
lpmj6/3/example3-7.php
T
2020-09-02 14:21:10 +01:00

11 lines
194 B
PHP

<?php
$author = "Bill Gates";
$text = "Measuring programming progress by lines of code is like
Measuring aircraft building progress by weight.
- $author.";
echo $text;
?>