image GD library [PHP]

Status
Not open for further replies.

Deviacium

New Member
Messages
6
Reaction score
0
Points
0
Main Domain: digital.elementfx.com
Hosting package: adfree
Server Name: cossacks


X10Hosting doesn't provide GD library anymore?
Some parts of my CMS use it for image generation..


PHP:
<?php if (function_exists('imagecreate')) {    echo 'OK'; } else {   echo 'not installed | not enabled'; } ?>

Result: not installed | not enabled
 
Status
Not open for further replies.
Top