What does this error mean??
 
Fatal error: Allowed memory size of 8388608 bytes exhausted at
zend_language_scanner.c:4248 (tried to allocate 9 bytes) in
/blah/blah/afteradmin2.php on line 37
 
here is line #37...
$usertemp = mysql_result($result_all, $i, "username");
 
 

THANKS!!!

Reply via email to