more basic stuff ... getting bored ...

cat-town
Dan Buch 14 years ago
parent a4d57e3e34
commit a0dda0bcfb

@ -21,5 +21,15 @@
<?php $z = $y * $y * $x; ?>
<p><?php print $z - 1250; ?></p>
<p>
<?php
$string = "PHP is wonderful and great.";
$string = $string . " " . "All the cool kids are doing it.";
print $string;
?>
</p>
</body>
</html>

Loading…
Cancel
Save