BBC wrote:
What types of images are these? JPG, PNG, GIF?
Its jpg. Look... I don't know exactly what your point,
I'm just asking you about the function to resolve the
size of image like the
codes below:
if (file_exists($img_path)){
list($width,$height) = getimagesizes($img_path);
}else{
$width
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
BBC wrote:
>> What types of images are these? JPG, PNG, GIF?
> Its jpg. Look... I don't know exactly what your point, I'm just asking you
> about the function to resolve the size of image like the
> codes below:
> if (file_exists($img_path)){
> list($
> What types of images are these? JPG, PNG, GIF?
Its jpg. Look... I don't know exactly what your point, I'm just asking you
about the function to resolve the size of image like the
codes below:
if (file_exists($img_path)){
list($width,$height) = getimagesizes($img_path);
}else{
$width = $ height =
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
BBC wrote:
>> BBC wrote:
>>> Hi all.
>>> I'm having a problem regarding image handling. Sometimes an image can be
>>> showed in browser normally (in my computer) but when I
>>> upload it into my site that image is not valid, so there is an issue in my
At 11:40 PM -0700 9/10/06, BBC wrote:
> At 12:49 AM -0700 9/10/06, BBC wrote:
>Hi all.
>I'm having a problem regarding image handling. Sometimes an image
>can be showed in browser normally (in my computer) but when I
>upload it into my site that image is not valid, so there is an issue
>in
> At 12:49 AM -0700 9/10/06, BBC wrote:
> >Hi all.
> >I'm having a problem regarding image handling. Sometimes an image
> >can be showed in browser normally (in my computer) but when I
> >upload it into my site that image is not valid, so there is an issue
> >in my getimagesizes() function.
> >Is
> BBC wrote:
> > Hi all.
> > I'm having a problem regarding image handling. Sometimes an image can be
> > showed in browser normally (in my computer) but when I
> > upload it into my site that image is not valid, so there is an issue in my
> > getimagesizes() function.
> > Is there any function t
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
BBC wrote:
> Hi all.
> I'm having a problem regarding image handling. Sometimes an image can be
> showed in browser normally (in my computer) but when I
> upload it into my site that image is not valid, so there is an issue in my
> getimagesizes() fu
At 12:49 AM -0700 9/10/06, BBC wrote:
Hi all.
I'm having a problem regarding image handling. Sometimes an image
can be showed in browser normally (in my computer) but when I
upload it into my site that image is not valid, so there is an issue
in my getimagesizes() function.
Is there any functio
Hi all.
I'm having a problem regarding image handling. Sometimes an image can be showed
in browser normally (in my computer) but when I
upload it into my site that image is not valid, so there is an issue in my
getimagesizes() function.
Is there any function to recover such problem? I used
"if(f
10 matches
Mail list logo