Files
frisoer-anwendung/app/index.php
2021-06-12 09:42:49 +02:00

16 lines
154 B
PHP

<html>
<head>
<title>PHP-Test</title>
</head>
<body>
<?php
echo '<p>Hallo Welt</p>';
include 'connect.php';
echo $sql;
?>
</body>
</html>