![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
23/03/2008, 10:06
|
| | Fecha de Ingreso: enero-2007
Mensajes: 79
Antigüedad: 18 años, 1 mes Puntos: 1 | |
Re: Fatal error: Out of Memory if($tipo_archivo == 1 || $tipo_archivo == 2)
{
if($tipo_dimensiones == 1)
{
list($ancho, $alto, $tip, $atr) = getimagesize($swf);
}
elseif($tipo_dimensiones == 2)
{
$ancho = $juego['width'];
$alto = $juego['height'];
}
else
{
$ancho = $width;
$alto = $height;
}
la linea es : list($ancho, $alto, $tip, $atr) = getimagesize($swf); |