Topic awaiting preservation: simple PHP question (Page 1 of 1) |
|
---|---|
Bipolar (III) Inmate From: |
posted 03-24-2004 06:59
Hi guys I'm a newbie to PHP, I've like downloaded the gd library, unzipped it into a folder.. and well I don't know how to include it into my php code.. what file or header do I include and HOW. I know I've got a lot to learn about php |
Nervous Wreck (II) Inmate From: Indianapolis, In USA |
posted 03-24-2004 13:57
Here's the section ni the documentation on using the GD library. It should help. |
Nervous Wreck (II) Inmate From: |
posted 03-24-2004 15:32
If I understand your question correctly, there's some missing info here. code: <?php phpinfo(); ?> on your web site. Run the page to see if GD is installed and which version they have installed. If GD is installed your PHP code will work, providing you only use functions supported by the version installed. |
Bipolar (III) Inmate From: |
posted 03-25-2004 09:28
I just wanna know whether I need to include any header files in php code to use the gd library as in C++ or no |
Maniac (V) Mad Scientist From: 100101010011 <-- right about here |
posted 03-25-2004 17:43
no |