Check yoru php.ini for max memory allocated for your scripts. You can control this through that file.
Check the following lines in your php.ini file: <snip> ;;;;;;;;;;;;;;;;;;; ; Resource Limits ; ;;;;;;;;;;;;;;;;;;; max_execution_time = 8000 ; Maximum execution time of each script, in seconds memory_limit = 8M ; Maximum amount of memory a script may consume (8MB) </snip> Good luck, NIicole Amashta www.aeontrek.com ============================= "Lee Denny" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > I'm getting the error > > Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to > allocate 12288 bytes) in ../includes/resultheader.inc on line 16 > > > The exact line of code does change - so its not syntax or semantics. > > Can anyone enlighten me on what this means and what I'm doing wrong. > > Cheers, > > Lee > > -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]