Knowledge Base Navigation
Articles: 51 Categories: 8
KB Article: How to check if GD is enabled and bundled
Article: | How to check if GD is enabled and bundled |
Submitted By: | Telli |
Date Added: | 07-12-2004 3:54:28 |
Hits: | 8,613 |
A simple code to check if
Save this as gd.php and upload it to your root folder. Then call it in a browser to see the results. [ Register or login to view links on this board. ]
<?php
if (extension_loaded('gd')) { echo "GD is loaded and functioning"; } else { echo "GD is NOT loaded check with your webhost"; } ?> |
Current rating: 8.32 by 124 users
Please take one second and rate this article... |
Not a Chance | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | Absolutely |
Please register or sign-in to post comments.