lweb/testweb/test.php
Ground0 368edba9ba Diverse Testfiles
Für das PHP beispiel muss ein php interpreter installiert sein.
2020-11-08 23:36:44 +01:00

8 lines
111 B
PHP

<html>
<head>
<title>PHP-Test</title>
</head>
<body>
<?php echo '<p>Hallo Welt</p>'; ?>
</body>
</html>