summaryrefslogtreecommitdiff
path: root/www-ssl/nonpublic/schichtplanneu.1.php
blob: e7a41f7fe59c563cdb601603d5d1d78bcf78ef2e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<h4>&nbsp;Tage </h4>

<?

include ("./inc/db.php");

$SQL = "SELECT Date FROM `Schichtplan` ORDER BY 'Date'";
$Erg = mysql_query($SQL, $con);
if (!isset($ausdatum)) $ausdatum = substr(mysql_result($Erg, $i , 0), 0,10);
for ($i = 0 ; $i < mysql_fetch_row($Erg) ; $i++)
  if ($tmp != substr(mysql_result($Erg, $i , 0), 0,10)) {
      $tmp =  substr(mysql_result($Erg, $i , 0), 0,10);
//     echo "<li><a href='".basename(getenv("PATH_INFO"))."?ausdatum=$tmp'>$tmp</a></li>";
      echo "\t<li><a href='./schichtplanneu.php?ausdatum=$tmp'>$tmp</a></li>\n";
}
	      
?>