מצאתי לך../images/Emo70.gif
חיפשתי וחיפשתי תחת התגובות של הגולשים בעמוד php.net/header תעשה ככה:
<?php //call to this file showimg.php $file = "http://www.tapuz.co.il/tapuzforum/images/Emo".$_GET['id'].".gif"; $filename = basename($file); header('Content-Type: image/gif'); header('Content-Disposition: inline; filename='.$filename.''); readfile($file); ?>
ועכשיו צור דף HTML כזה:
<img src="showimg.php?id=140" />
כמעט התייאשתי, אבל ברגע האחרון הצלחתי לעשות את זה... בהצלחה!