Discussion: PHPSESSID in links
Afficher un message
Vieux 18/09/2007, 15h24   #3
Anugrah Widya
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut dynamic <img>

dear friends ,

i have problem with dynamic image displaying

here the snippets

thumb.php
<?php
header("Content-type: image/jpg");
$file = "data/original/filename.jpg";
readfile($file);
?>

img.php
<img src="thumb.php?filename.jpg" />

problem is i always get broken images, someone know how to fix this ?

thx in advance
anuwidy
  Réponse avec citation
 
Page generated in 0,04192 seconds with 9 queries