hi,
i m trying to find how to access a variable of variable (which is an image)
i want to know the size of the picture
the name of the picture is photo1
next one is photo2, next one is photo3 ...
for ($i=1;$i<$MAX_P HOTOS;$i++)
{
$photo='photo'. $i;
$$photo_size; //don t work
}
thx
i m trying to find how to access a variable of variable (which is an image)
i want to know the size of the picture
the name of the picture is photo1
next one is photo2, next one is photo3 ...
for ($i=1;$i<$MAX_P HOTOS;$i++)
{
$photo='photo'. $i;
$$photo_size; //don t work
}
thx
Comment