I have some scripts that create large reports. They were failing
silently until I increased php's memory limit
[ini_set('memory_limit',"32M");] Does something like this raise any
errors or does it just fail? I've had it happen before which tipped me
off this time, but is there a way I can test for this condition?
--barry