editing php.ini using .htaccess 
		Date: 02/21/06 
		(PHP Community)    Keywords: php
 
can this be done? I need to change the upload_max_filesize to 2.5M I tried creating an .htaccess file with the line:
  upload_max_filesize = 2.5M;
  but it didn't work. any suggestions? here are the phpinfo() settings 
Source: http://community.livejournal.com/php/416918.html  	
 |