Ok all. I have a series of images stored in a db. Im trying to work on
a script that will let me scale them based on user input. Ive hit a bit
of a roadblock on this line.
$orig =
imagecreatefrom jpeg("DisplayIm age.php?imageId =".$this->mImage->GetImageId() );
Specifically it cant sopen that file.
DisplayImage.ph p is pretty simple, it just displays an image from the
db without writing to a file.
Im thinking the problem is in how im pathing to DisplayImage.ph p.
This file sits one level lower than most things so it should be
.../displayImage, but i tried that and no luck.
Any ideas whats wrong with that line?
a script that will let me scale them based on user input. Ive hit a bit
of a roadblock on this line.
$orig =
imagecreatefrom jpeg("DisplayIm age.php?imageId =".$this->mImage->GetImageId() );
Specifically it cant sopen that file.
DisplayImage.ph p is pretty simple, it just displays an image from the
db without writing to a file.
Im thinking the problem is in how im pathing to DisplayImage.ph p.
This file sits one level lower than most things so it should be
.../displayImage, but i tried that and no luck.
Any ideas whats wrong with that line?
Comment