fatal error - ez_sql2.php
Posted: Tue Sep 19, 2006 8:11 am
Hi,
I use a PHP script (ez_sql2.php) and get the following error, while loading a lot of pictures:
----------
Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 65536 bytes) in /opt/lampp/htdocs/ez_sql2.php on line 216
----------
In ez_sql2.php is line 215 and 216:
----------
// Store results as an objects within main array
$this->last_result[$i] = $row;
----------
Is it possible to overcome this error?
I use a PHP script (ez_sql2.php) and get the following error, while loading a lot of pictures:
----------
Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 65536 bytes) in /opt/lampp/htdocs/ez_sql2.php on line 216
----------
In ez_sql2.php is line 215 and 216:
----------
// Store results as an objects within main array
$this->last_result[$i] = $row;
----------
Is it possible to overcome this error?