Re: [PHP] What is the GD library and what can I do with it ?
Pete wrote: Hello Rob, What is your local environment? (OS, PHP version, etc.) If you're running windows, most likely all you will have to do is change your php.ini. The OS used is Windows XP. Open your php.ini file, set your extension_dir variable to where the extensions directory is. If you installed php in c:\php, then the directory is c:\php\extensions. The gd library is bundled with the .zip package for Windows. If you downloaded the .exe (binary installer), you may be missing some extensions. Download the .zip file for Windows, uncompress it, and then copy all the files from the extensions directory into your local php install folder. Once you've done that, uncomment remove the ; from the line in php.ini that reads ;extension=gd.dll ( I think that's what its called, may also be gd2.dll ). Save php.ini, restart your web server, and then view the output from phpinfo(); Should see the gd extension enabled :) -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
Re: [PHP] What is the GD library and what can I do with it ?
Hello Rob, > What is your local environment? (OS, PHP version, etc.) > If you're running windows, most likely all you will have to do is change > your php.ini. The OS used is Windows XP. Thank you very much. Webmaster For all usenet/forum/mailinglist users: http://www.netmeister.org/news/learn2quote.html -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
Re: [PHP] What is the GD library and what can I do with it ?
* Thus wrote Pete ([EMAIL PROTECTED]): > > Unfortunately I don't have it on my local php installation. > How can I get it ? I just looked at www.php.net but wasn't able to find > anything useful. http://php.net/gd Curt -- "I used to think I was indecisive, but now I'm not so sure." -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
Re: [PHP] What is the GD library and what can I do with it ?
"Pete" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Unfortunately I don't have it on my local php installation. > How can I get it ? What is your local environment? (OS, PHP version, etc.) If you're running windows, most likely all you will have to do is change your php.ini. -- Rob -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
Re: [PHP] What is the GD library and what can I do with it ?
Thank you Tom for the info. I just checked. GD Supportenabled GD Version1.6.2 or higher FreeType Supportenabled FreeType Linkagewith freetype GIF read Support enabled GIF Create Support enabled JPG Support enabled PNG Support enabled WBMP Support enabled Unfortunately I don't have it on my local php installation. How can I get it ? I just looked at www.php.net but wasn't able to find anything useful. Thank you all for your friendly support. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
RE: [PHP] What is the GD library and what can I do with it ?
Pete, I thought I should send you another reply as I felt that depending on your experience, you may not fully understand the resonses from other members. Firstly, create a new .php file and using the following source code: * Untitled Document ** Upload this to your webspace and then view your .php page and it will tell you everything you need to know about your server's PHP install. Regards, Tom -Original Message- From: Pete [mailto:[EMAIL PROTECTED] Sent: 11 May 2004 09:15 To: [EMAIL PROTECTED] Subject: [PHP] What is the GD library and what can I do with it ? Hi, What is the GD library ? How can I install it. I have PHP integrated as a module. Judging by the discussion that people have here the GD library sounds interesting. How do I know if my shared host has it ? Thank you. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
Re: [PHP] What is the GD library and what can I do with it ?
GD library is a image manupulation library. you can create buttons, charts and etc... you can see with search fr GD in the coming page Pete wrote: Hi, What is the GD library ? How can I install it. I have PHP integrated as a module. Judging by the discussion that people have here the GD library sounds interesting. How do I know if my shared host has it ? Thank you. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
Re: [PHP] What is the GD library and what can I do with it ?
Pete wrote: Hi, What is the GD library ? How can I install it. I have PHP integrated as a module. Judging by the discussion that people have here the GD library sounds interesting. How do I know if my shared host has it ? Thank you. phpinfo(); ?> Then see ... -- Regards, Steven Mac Intyre (Salk) Junglebean.net - web site creation and hosting zaphp.net - South African PHP communitee steven.macintyre.name - personal site Cell: +27 83 326 7119 Email: [EMAIL PROTECTED] Important note: This email is linked to a disclaimer, please email [EMAIL PROTECTED] to obtain a copy. -- -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
[PHP] What is the GD library and what can I do with it ?
Hi, What is the GD library ? How can I install it. I have PHP integrated as a module. Judging by the discussion that people have here the GD library sounds interesting. How do I know if my shared host has it ? Thank you. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php