html5, css rewrite
parent
54aa90e641
commit
208c76fcb2
@ -1,6 +1,8 @@
|
||||
<?php
|
||||
include("../include/funktion_db.php");
|
||||
include ("../include/funktion_db.php");
|
||||
|
||||
$con = mysql_connect("localhost", "root", "changeme") or die ("connection failed");
|
||||
$sel = mysql_select_db("tabel") or die (mysql_error());
|
||||
$con = mysql_connect("localhost", "root", "changeme") or die("connection failed");
|
||||
$sel = mysql_select_db("tabel") or die(mysql_error());
|
||||
mysql_query("SET CHARACTER SET utf8;", $sql_connection);
|
||||
mysql_query("SET NAMES 'utf8'", $sql_connection);
|
||||
?>
|
||||
|
@ -1,5 +1,5 @@
|
||||
<h4 class="menu"> Schichtplan </h4>
|
||||
|
||||
<h4>Schichtplan</h4>
|
||||
<ul class="content">
|
||||
<li><a href="./schichtplan.php">Ein-/Austragen</a></li>
|
||||
<li><a href="./schichtplan_druck.php">Druckversion</a></li>
|
||||
|
||||
</ul>
|
Loading…
Reference in New Issue