l'errore è il seguente
Fatal error: Allowed memory size of 12582912 bytes exhausted (tried to allocate 8428 bytes)
la riga di codice che genera l'errore è la seguente:
codice:
$src = imagecreatefromjpeg($img);
vome faccio?