Jump to content

GD LIBARY


Bedros

Recommended Posts

If the GD library truly does not exist, then you're stuck until your web host joins the 21st century (or you choose a better host).

You can check what you have installed by uploading and running a tiny script and seeing if it displays anything about the GD library:

[code]
<?php
// save as phpinfo.php
phpinfo();
?>[/code]
Link to comment
https://forums.phpfreaks.com/topic/18038-gd-libary/#findComment-77287
Share on other sites

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.