Announcement

Collapse
No announcement yet.

GD Library

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • GD Library

    Does anyone know if the GD Library is installed and functional? I was wanting to add some features to our site and need this to do so. If not, its not a problem.

    Thanks

  • #2
    Get the info you need by running this script

    copy & paste the script below into notepad and save it as phphinfo.php
    This should tell you what moduals are installed in the gd section

    <?php /* Created on: 03/10/2005 */ ?>
    <html>
    <body>
    <?php phpinfo(); ?>
    </body>
    </html>

    Comment

    Working...
    X