Da quand'è che si può fare una cosa del genere in PHP?
Così
Codice PHP:
list($width) = getimagesize("image_name.jpg");
if ($width > $maxW)
{
....
}
else
{
....
}
Da quand'è che si può fare una cosa del genere in PHP?
Così
Codice PHP:
list($width) = getimagesize("image_name.jpg");
if ($width > $maxW)
{
....
}
else
{
....
}