We Recommend

Wicked Cool PHP: Real-World Scripts That Solve Difficult Problems 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.


Posted By

Todd on 10/24/07


Tagged

mysql php


Versions (?)


Who likes this?

4 people have marked this snippet as a favorite

basicmagic
vali29
kellyharding
benrasmusen


PHP memory limit


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.

  1. Typical location: /conf/php5/php.ini

Report this snippet 

You need to login to post a comment.