header( "Content-type: image/jpeg");$PSize = filesize("1.jpg");$picturedata = fread(fopen("1.jpg", "r"), $PSize);echo $picturedata;