sekogas Profile Topics Started Replies Created Engagements Favorites Search replies: Forum Replies Created Viewing 1 post (of 1 total) Author Posts January 20, 2014 at 4:55 pm in reply to: Increasing the memory limit in php #1566 sekogasParticipant you can change the memory limit in 3 ways: 1.in your script: ini_set(‘memory_limit’, 16M); 2.in php.ini: memory_limit = 2M 3.in .htaccess: php_value memory_limit 8M; read more: http://newexception.com/php-increase-memory-limit Author Posts Viewing 1 post (of 1 total)