mainscreen
This commit is contained in:
@@ -1,15 +1,7 @@
|
||||
<html>
|
||||
<head>
|
||||
<title>PHP-Test</title>
|
||||
</head>
|
||||
<body>
|
||||
<?php
|
||||
echo '<p>Hallo Welt</p>';
|
||||
include 'connect.php';
|
||||
echo $sql;
|
||||
|
||||
?>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
<?php
|
||||
include 'head.php';
|
||||
echo '<h1>Frise App</h1>';
|
||||
|
||||
echo '<p>Willkommen</p>';
|
||||
include 'tail.php';
|
||||
?>
|
||||
Reference in New Issue
Block a user