Published in: PHP
Just a reminder to myself, not really a snippet. When running into memory/speed issues with PHP/MySQL apps, adjust the memory_limit parameter in php.ini.
Typical location: /conf/php5/php.ini
You need to login to post a comment.
Wicked Cool PHP: Real-World Scripts That Solve Difficult Problems
Wicked Cool PHP contains a wide variety of scripts to process credit cards, check the validity of email addresses, template HTML, and serve dynamic images and text.
Todd on 10/24/07
4 people have marked this snippet as a favorite
basicmagic
vali29
kellyharding
benrasmusen
Published in: PHP
Just a reminder to myself, not really a snippet. When running into memory/speed issues with PHP/MySQL apps, adjust the memory_limit parameter in php.ini.
Typical location: /conf/php5/php.ini
You need to login to post a comment.