Einchecken des Online-Codes
This commit is contained in:
7
inhalte/unter/stellen_orig.php
Normal file
7
inhalte/unter/stellen_orig.php
Normal file
@@ -0,0 +1,7 @@
|
||||
<?php
|
||||
$sql = "SELECT * FROM Uns WHERE ID = '7' LIMIT 1;";
|
||||
$result = $db->query ( $sql );
|
||||
$nt = $result->fetch_assoc();
|
||||
?>
|
||||
<h1><?php echo $nt['Titel']; ?></h1>
|
||||
<p><?php echo nl2br ( $nt['Text'] ); ?><a href="mailto:<?php echo $nt['Foto_Layout']; ?>"><?php echo $nt['Foto_Layout']; ?></a></p>
|
||||
Reference in New Issue
Block a user