fatal error : allowed memory size of 123131 bytes exhausted (tried to allocate 71 bytes)


이것을 추가하면은 에러가 사라졌습니다.


set_time_limit(0);

ini_set('memory','256M');

ini_set('memory_limit', -1);





+ Recent posts