Hey Leute,
ich bin zwar ganz neu hier aber hab ein rießen Problem und zwar ich hab ein skript das mir bilder aus einem ordner ausliest das Problem bei der sache ist ich hab verschiederne Links und ich möchte das zu jedem link ein anderer Ordner angesteuert wird kann man das irgendwie machen.
der code wäre
das ist der gesamte code!
das hier nur der der den Ordner ausliest und ausgibt :
und jetzt bräucht ich irgendwie zu jedem link die oben im skript stehen einen seperaten ordner der bilder ausgibt.
anypictures.tipido.net demo
lg lodi
ich bin zwar ganz neu hier aber hab ein rießen Problem und zwar ich hab ein skript das mir bilder aus einem ordner ausliest das Problem bei der sache ist ich hab verschiederne Links und ich möchte das zu jedem link ein anderer Ordner angesteuert wird kann man das irgendwie machen.
der code wäre
PHP-Code:
<table width="750" cellspacing="0" cellpadding="0" border="0" align="center" background="../images/bgtexture.jpg">
<tr>
<th width="25"> </th>
<th width="700"> </th>
<th width="25"> </th>
</tr>
<tr>
<td width="25"> </td>
<td width="700">
<table width="700" cellspacing="0" cellpadding="0" border="0" align="center">
<tr>
<td width="700"><img src="../images/balken_schwarz.jpg" width="700" height="5" border="0"></td>
</tr>
<tr>
<td width="700" height="21" background="../images/content_head_verlauf.jpg" class="navHeadline" align="center">
Produkte - <?php print($_GET["cat"]); ?>
</td>
</tr>
<tr>
<td width="700"><img src="../images/balken_schwarz.jpg" width="700" height="5" border="0"></td>
</tr>
<tr>
<td width="700">
<table width="700" cellspacing="10" cellpadding="0">
<tr>
<!--
<td width="680" height="22" class="shoutBox" align="left" valign="middle">
<form action="index.php?mode=display" method="post">
<select name="cat" class="shoutBox">
<optgroup label="Möbel" size="3">
<option>Clubchairs</option>
<option>Sofas</option>
<option>Ottomans</option>
<option>Side Tables</option>
<option>Coffee Tables</option>
<option>Desks</option>
<option>Dining Tables</option>
<option>Cupboards</option>
</optgroup>
<optgroup label="Licht" size="3">
<option>Licht</option>
</optgroup>
<optgroup label="Accessoires" size="3">
<option>Bags</option>
<option>Cushions</option>
<option>Mirrors</option>
<option>Carpets</option>
<option>Accessoires</option>
</optgroup>
</select>
<input type="hidden" name="submitted" value="1">
<input type="submit" value="Anzeigen" class="shoutBox">
</form>
</td>
</tr>
-->
<tr>
<td width="680" align="justify">
<table width="680" cellspacing="0" cellpadding="0">
<tr>
<td width="120" class="contentBox" valign="top">
<table width="100%" cellspacing="0" cellpadding="0">
<tr>
<td width="100%" class="shoutText2" align="center">Möbel</td>
</tr>
<tr>
<td width="100%" class="normText">
> <a href="index.php?mode=display&cat=Clubchairs" class="menu03">Clubchairs</a><br>
> <a href="index.php?mode=display&cat=Sofas" class="menu03">Sofas</a><br>
> <a href="index.php?mode=display&cat=Ottomans" class="menu03">Ottomans</a><br>
> <a href="index.php?mode=display&cat=Side Tables" class="menu03">Side Tables</a><br>
> <a href="index.php?mode=display&cat=Coffee Tables" class="menu03">Coffee Tables</a><br>
> <a href="index.php?mode=display&cat=Desks" class="menu03">Desks</a><br>
> <a href="index.php?mode=display&cat=Dining Tables" class="menu03">Dining Tables</a><br>
> <a href="index.php?mode=display&cat=Cupboards" class="menu03">Cupboards</a>
</td>
</tr>
<tr>
<td width="100%" class="shoutText2" align="center"Licht>Licht</td>
</tr>
<tr>
<td width="100%" class="normText">
> <a href="index.php?mode=display&cat=Licht" class="menu03">Licht</a>
</td>
</tr>
<tr>
<td width="100%" class="shoutText2" align="center">Accessoires</td>
</tr>
<tr>
<td width="100%" class="normText">
> <a href="index.php?mode=display&cat=Bags" class="menu03">Bags</a><br>
> <a href="index.php?mode=display&cat=Cushions" class="menu03">Cushions</a><br>
> <a href="index.php?mode=display&cat=Mirrors" class="menu03">Mirrors</a><br>
> <a href="index.php?mode=display&cat=Carpets" class="menu03">Carpets</a><br>
> <a href="index.php?mode=display&cat=Accessoires" class="menu03">Accessoires</a><br>
</td>
</tr>
<tr>
<td width="100%" class="shoutText2" align="center"> </td>
</tr>
</table>
</td>
<td width="10"> </td>
<td width="550" class="contentBox" valign="top">
<table width="550" cellspacing="0" cellpadding="0" >
<tr>
</td>
<td width="450" valign="top">
<table width="450" cellspacing="0" cellpadding="2">
<tr>
<td width="450" >
</td>
</tr>
<tr>
<td width="450" >
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td width="100" valign="left">
<?php
$verz = opendir('Clubchairs/');
while($file = readdir($verz))
{
$info = @getimagesize($file);
if($file != "." && $file != ".." && !is_dir($file) && $file != "index.php")
{
echo "<img class='echoimg' src=\"http://www.anypictures.tipido.net/show/Clubchairs/".$file."\" height=\"100\" width=\"100\" alt=\"Clubchairs\" title=\"Clubchairs\">";
}
}
closedir($verz);
?>
</td>
</tr>
</table>
<table width="550">
<tr>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td width="700">
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
<td width="25"> </td>
</tr>
<tr>
<td width="25"> </td>
<td width="700"> </td>
<td width="25"> </td>
</tr>
</table>
das hier nur der der den Ordner ausliest und ausgibt :
PHP-Code:
<?php
$verz = opendir('Clubchairs/');
while($file = readdir($verz))
{
$info = @getimagesize($file);
if($file != "." && $file != ".." && !is_dir($file) && $file != "index.php")
{
echo "<img class='echoimg' src=\"http://www.anypictures.tipido.net/show/Clubchairs/".$file."\" height=\"100\" width=\"100\" alt=\"Clubchairs\" title=\"Clubchairs\">";
}
}
closedir($verz);
?>
anypictures.tipido.net demo
lg lodi
Kommentar