hey ich hab mal eine frage.
dießer code wird unter http://2freeride.de/Bilder.php verwendet.
funktioniert nicht ...
hoffe ihr könnt mir helfen:
Vielen Dank!
dießer code wird unter http://2freeride.de/Bilder.php verwendet.
funktioniert nicht ...
hoffe ihr könnt mir helfen:
HTML:
<?php
$bild = $_GET['id'];
?>
<FONT FACE="Arial"><FONT SIZE=2>
<?php
echo "<img style=\"border: 0px solid ; width: 670px; height: 503px;\" alt=\"\" src=\"http://2freeride.2f.funpic.de/Pics/$bild.png\">";
?>
<br>
<div style="position: absolute; overflow: no; color: rgb(0, 0, 0); height: 40px; width: 60px; top: 520px; left: 0px;">
<?php
$bildback = $bild-1;
echo "<a href=\"http://2freeride.de/Pics/bilder.php?id=$bildback\"><img style=\"border: 0px solid ; width: 60px; height: 40px;\" alt=\"\" src=\"http://2freeride.2f.funpic.de/Bilder/Links.png\"></a>";
?>
</div>
<div style="position: absolute; overflow: no; color: rgb(0, 0, 0); height: 40px; width: 60px; top: 520px; left: 610px;">
<?php
$bildnext = $bild+1;
echo "<a href=\"http://2freeride.de/Pics/bilder.php?id=$bildnext\"><img style=\"border: 0px solid ; width: 60px; height: 40px;\" alt=\"\" src=\"http://2freeride.2f.funpic.de/Bilder/Rechts.png\"></a>";
?>
</div>
<div style="position: absolute; overflow: no; color: rgb(0, 0, 0); height: 100px; width: 670px; top: 580px; left: 0px;">
<?php echo (file_get_contents('komentar$bild.txt'));
?>
</div>
Vielen Dank!
Zuletzt bearbeitet: