require_once ('connect.php') -$ = 500 desired_width
$ = 500 desired_height
$ id = (int) $ _GET ['id'] -
$ query = "* CHOISIR DES IMAGES OU image_id = $ id"-
$ result = mysqli_query ($ link, $ query) -
$ image = mysqli_fetch_array ($ result) -
mysqli_close ($ link) -
$ = $ blobcontents image ['file_data'] -
$ im = imagecreatefromstring ($) - blobcontents
$ = nouvelle imagecreatetruecolor ($ desired_width, desired_height $) -
$ x = imagesx ($ im) -
$ y = imagesy ($ im) -
imagecopyresampled ($ nouvelle, $ im, 0, 0, 0, 0, $ desired_width, desired_height $, $ x, $ y) -
imagedestroy ($ im) -
header ('Content-type: image / jpeg) -
imagejpeg ($ nouvelle, null, 85) -