
| .
. '; ?>. $file = '../image.jpg'; $type = 'image/jpeg'; header('Content-Type:'.$type); header('Content-Length: ' . filesize($file)); readfile($file);. https://stackoverflow.com/questions/1851849/output-an-image-in-php. . . . . . . . . . |
delete messages |