The GD library was installed by the administrator, so nowthe function
already works.:-)
""Richard Lynch"" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> On Wed, July 18, 2007 4:37 am, Vanessa Vega wrote:
>> I have a function that creates a thumb file(thumbnail) and and a
On Wed, July 18, 2007 4:37 am, Vanessa Vega wrote:
> I have a function that creates a thumb file(thumbnail) and and an
> image
> file(preview pic) in php. It starts with:
> function ($picFile, $thumbFile, $imageFile) {
> if (extension_loaded('gd') {
> ..codes to create thumb and previe
I have a function that creates a thumb file(thumbnail) and and an image
file(preview pic) in php. It starts with:
function ($picFile, $thumbFile, $imageFile) {
if (extension_loaded('gd') {
..codes to create thumb and preview pic...
else
..creating images failed
}
everytime i
3 matches
Mail list logo