Main Menu

HOME

.Net
ASP
Assembly
C
C++
Delphi
HTML
Java
JavaScript
MySQL
PC interface
Powershell
Perl
PHP
VBScript
Visual Basic
XML

US Job listings




   Misc

   Amazon

   Links

    


GD exists

 

One of the questions we get asked is. I have seen a php script that requires GD support but I don't know if my host supports this? This snipppet will hopefully help.

Just upload to your server and type in the url in your web browser to display whether gd is present.


 

 

 

<?php
if(!function_exists("gd_info"))
print "GD is not installed on this server";
if(function_exists("gd_info")) print "GD <b>is</b> installed on this server!";
?>

 


 




   Sponsors
 

   Software
500 Java Tips E-book
PHP editor
PERL editor
Beginning Java
Beginning Visual Basic
Learn VB.net
Learn VB 6
VB and databases
ASP image library
C++ builder programming
C++ fundamentals

   Source Code
displays some disk drive parameter in an excel spreadsheet(VBScript)
simple quote of the month(PHP)
activate the windows screensaver(Visual Basic)
list all fonts in the windows\fonts folder(VBScript)
HORIZONTAL SCROLLING TEXT(Darkbasic)
image_string example(php)
Empty recycle bin(C)
keypress example(Darkbasic)

    




Copyright © 2004 by programmershelp.co.uk