View Single Post
Old 08-15-2008, 05:39 PM   #2 (permalink)
delayedinsanity
is cute and cuddly
 
delayedinsanity's Avatar
 
Join Date: Mar 2008
Location: Vegas, Baby
Posts: 963
Thanks: 31
delayedinsanity is on a distinguished road
Default

PHP: ini_set - Manual

For most INI settings. However the two you specifically want to set need to be set from within either PHPs php.ini, or Apache's httpd.conf, OR .htaccess if your host permits. The syntax for setting PHP ini directives within .htaccess is like so;

Code:
# php_value ini_setting "new_value"
# for example:
  php_value post_max_size "15M"
-m
delayedinsanity is offline  
Reply With Quote
The Following User Says Thank You to delayedinsanity For This Useful Post:
ETbyrne (08-15-2008)