Computer problems,Computer help
*AX SOFT>>>Programming & Design

How can I tell if I have php gd installed with phpinfo on php 5.1.6?


I can't find GD when I look down towards the G section

Nope don't see that in php version. Host says they've installed it.

When installed it will show a section for GD with all the options and which ones are enabled / disabled.

Perhaps you host has installed GD but forgot to recompile PHP with GD support.

<? phpinfo(); ?>

should show like this or similar

gd
GD Support enabled
GD Version bundled (2.0.15 compatible)
FreeType Support enabled
FreeType Linkage with freetype
T1Lib Support enabled
GIF Read Support enabled
JPG Support enabled
PNG Support enabled
WBMP Support enabled
XBM Support enabled''

Tags
  General - Computers & Internet   Software   Security   Programming & Design   Facebook   Flickr   Google   MSN   MySpace
Related information
  • How can I publish my website from Dreamweaver?

    I'm telling you that purchased templates are evil, a pain in the butt, and not worth the time. I'm not saying this from a designer standpoint but when I was working for a company they had...

  • How do you make flash games?

    Adobe flash professional, macromedia director.... Here is a site that has tutorials that might help you: ...

  • Can you have two or more files open for writing when doing C++ programming?

    Absolutely yes! Full Code(How I do it): #include <fstream.h> int main () { fstream file1; fstream file2; file1.open("file1.txt",ios::out); file2.open("file2.txt",i...

  • If you had to sum up the difference between actionscript 2 and 3?

    ...

  • How do you upload a Website made in Microsoft Word onto the internet?

    It's done by FTP (File Transfer Protocol) Just like browsing your windows files. But, you cannot "code" a website in Microsoft Word as the Word will format the text and that can ...

  • How can I add a hyperlink to my craigslist image?

    Craigslist will accept well formed (X)HTML in the description area of your advert. Make sure that you are using the absolute path to the image on the server. Don't forget to include the alt...

  • Utorrent application downloaded. How to use?

    I they are rar files, Right click on the first one and pick 'Extract Here'. That will extract them for you. If they are not rar files just let us know what type they are and we can help y...

  • How do i create next a previous buttons which will update the content withing my browser without going...?

    Look into using iFrames or AJAX. With iFrames you could change the web page that it's displaying without the rest of the page changing.. With AJAX you could re-write the .innerHTML prope...

  •  

    Categories--Copyright/IP Policy--Contact Webmaster