first real comit
This commit is contained in:
15
app/index.php
Normal file
15
app/index.php
Normal file
@@ -0,0 +1,15 @@
|
||||
<html>
|
||||
<head>
|
||||
<title>PHP-Test</title>
|
||||
</head>
|
||||
<body>
|
||||
<?php
|
||||
echo '<p>Hallo Welt</p>';
|
||||
include 'connect.php';
|
||||
echo $sql;
|
||||
|
||||
?>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user