Jump to content

"No image support in this PHP server" ERROR !


coderage

Recommended Posts

<?php

    define("SRC_FILE", "pic.jpg");

 

    $img = imagecreatefromjpg(SRC_FILE);

    $img_copy = imagecreatefromjpg(SRC_FILE);

 

    header("Content-Type: image/jpg");

    imagejpg($img_copy);

?>

 

not this , any other code even drawings give the same error.

 

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.