![]() Topic awaiting preservation: simple PHP question (Page 1 of 1) |
|
---|---|
Bipolar (III) Inmate From: |
![]() 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. |
Nervous Wreck (II) Inmate From: Indianapolis, In USA |
![]() Here's the section ni the documentation on using the GD library. It should help. |
Nervous Wreck (II) Inmate From: |
![]() 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: |
![]() 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 |
![]() no |