campagnolo1
Technical User
Greetings,
still fairly new to php I have stumbled upon some very nice code for a shopping cart. This cart has support for images, which I really like. Unfortunately the code makes use of the gd2 library, which does not seem to be included in the PHP5.x release that I'm using. I have searched high and low for answers on how to get the gd2 library installed but have completely failed. Some sites are talking about recompiling php (which I have no clue how to do), others claim to just enable the gd2 extension in the php.ini file (the extension is not listed in php5.x!) and even others say to just copy the extension from a php4.x package into the php folder and then add the extension to the .ini file (that caused my apache to not even start).
Dose anyone have a solution to this? Is there another way of handling images? I'll be happy to post some of the code that handles the images if necessary.
Thanks for your help in advance,
Chris
still fairly new to php I have stumbled upon some very nice code for a shopping cart. This cart has support for images, which I really like. Unfortunately the code makes use of the gd2 library, which does not seem to be included in the PHP5.x release that I'm using. I have searched high and low for answers on how to get the gd2 library installed but have completely failed. Some sites are talking about recompiling php (which I have no clue how to do), others claim to just enable the gd2 extension in the php.ini file (the extension is not listed in php5.x!) and even others say to just copy the extension from a php4.x package into the php folder and then add the extension to the .ini file (that caused my apache to not even start).
Dose anyone have a solution to this? Is there another way of handling images? I'll be happy to post some of the code that handles the images if necessary.
Thanks for your help in advance,
Chris