Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

what about this GD library

Status
Not open for further replies.

pugs421

Technical User
Joined
Nov 25, 2002
Messages
114
Location
US
Is this a part of php install or does it have to be installed seperatly? Is there a way to test if my webhost has it installed? If not would I be able to install it or would I have to ask them to?
 
To learn everything there is to know about the configuration of your PHP installation, create a script that reads:

<?php
phpinfo();
?>

and point your web-browser to it. This command will output an HTML page that describes how PHP was compiled and how it is configured.

Search the output of phpinfo() for a section titled &quot;GD&quot;. It it's not there, GD is not available on that installation.

Want the best answers? Ask the best questions: TANSTAAFL!
 
GD enabled, Thanks
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top