Guten morgen,
Habe da aber das Problem, das es im Firefox,problemlos funktioniert, aber gerade an den Client, IE6, nicht!
[code]
<?PHP
session_start();
include("mysqlcon.inc.php");
include("config.inc.php");
echo"<HTML>
<HEAD>
<TITLE>seeavis</TITLE>
<style type=\"text/css\">@page { size:landscape; }</style>
</HEAD>
<BODY bgcolor=\"#F5F5F5\">";
$aktuel_datum=0;
$aktuel_kw=0;
$countspalten=count(explode(",",$s_spaltenindex))+ 2;
$spalten_array=(explode(",",$s_spaltenindex));
//desc = Datum absteigend
if ($s_lager=='Alle')
{
$query = "SELECT * from avisliste WHERE datum<='$s_aktdate' and datum>='$s_lastdate' and trashed='0' order by datum asc";
}
else
{
$query = "SELECT * from avisliste WHERE datum<='$s_aktdate' and datum>='$s_lastdate' and lager='$s_lager' and trashed='0' order by datum desc";
}
$sql_query = mysql_query($query);
if (mysql_errno()) die ("MySQL-Error: ".mysql_error());
///////////////////////////////////////////////////
////////////Tab Überschriften//////////////////////
///////////////////////////////////////////////////
echo"<table align=\"center\" border=\"1\" bordercolor=\"black\" bgcolor=\"#F5F5F5\"><tr bgcolor=\"#D3DCE3\"><tr>";
foreach($spalten_array as $x)
{
$colname=mysql_field_name($sql_query,$x);
echo"<td><font color=\"#0000FF\" size=\"4\">[b]
__________________ ***********************************
The only winning move is not to play!
*********************************** |