Cita:
Iniciado por hernandos
error_reporting(E_ALL);
me da muchos de estos :
Notice: Undefined offset: 3 in
/home/xxx/public_html/pruebas/xxx.php on line
52
pero a esa linea no le veo errores:
Código PHP:
${'matriz'.$newentry}[3].=substr($textline,strpos($textline,"]")+1); // Definicion
el error de memoria es:
Cita: Fatal error: Out of memory (allocated 254541824) (tried to allocate 103 bytes) in /home/xxxx/public_html/pruebas/xxxx.php on line 66
la linea 66 como otras muchas anteriores pasan valor del archivo a una matriz, esto es para luego trabajar sobre la matriz para hacer varias cosas
Código PHP:
${'matriz'.$newentry}[3].=$textline;