Re: [PHP] checking if extension loaded

2007-07-22 Thread Vanessa Vega
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

Re: [PHP] checking if extension loaded

2007-07-20 Thread Richard Lynch
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