<?phpecho "<img src=\"images/photo.jpg\">";?>
header('Content-type: image/jpg'); readfile($fullpathtoimg);
$fullpathtoimg = "eg.jpg"; header('Content-type: image/jpg'); readfile($fullpathtoimg);
Jump To Top of Thread