Re: [PHP] Procedural Code Issue

2003-09-08 Thread Marek Kilimajer
Safe mode? If safe mode is on and the image is owned by apache, the script that is owned by your acount cannot read the image. Nathan Taylor wrote: Hey Guys, I am developing code that uses GD to create and store an image but it is giving me trouble with GetImageSize, maybe you guys can offer som

[PHP] Procedural Code Issue

2003-09-07 Thread Nathan Taylor
Hey Guys, I am developing code that uses GD to create and store an image but it is giving me trouble with GetImageSize, maybe you guys can offer some ideas. Here's my code: echo "\n"; $img_data = GetImageSize($imgpath.$imgname_full); The first line creates and stores the image while the secon