|
|
 |

 |
|
 |
 |
| |
Sitemap
=>
=>
=>
=>
=>
=>
=>
=>
=>
=>
=>
'bis 199,- €','299' => 'bis 299,- €','399' => 'bis 399,- €','499' => 'bis 499,- €','599' => 'bis 599,- €','699' => 'bis 699,- €','799' => 'bis 799,- €','899' => 'bis 899,- €','999' => 'bis 999,- €');
foreach($_SESSION['Kategorien'] as $Name => $Wert){
print(' ');
if($Wert[UnterKategorie] == 1){
foreach($_SESSION['UnterKategorien'] as $Name1 => $Wert1){
if($Wert['Id'] == $Wert1['KategorieID']){
print(' ');
$Query = mysql_query("select Id,Name from Artikel where UnterKategorieID = '".$Wert1['Id']."'");
while($Zeile = mysql_fetch_array($Query)){
print(' ');
}
print(' ');
}
}
}else{
$Query = mysql_query("select Id,Name from Artikel where KategorieID = '".$Wert['Id']."'");
while($Zeile = mysql_fetch_array($Query)){
print(' ');
}
print(' ');
}
if($Wert['Id'] == 2){
foreach($PreisArray as $Name2 => $Wert2){
print(' ');
}
}
}
?>
=>
');
}
}
?> |
 |
 |
 |
|
|