View Single Post
Old 04-24-2008, 02:07 PM   #7 (permalink)
killer-kurt
The Wanderer
 
killer-kurt's Avatar
 
Join Date: Apr 2008
Posts: 10
Thanks: 2
killer-kurt is on a distinguished road
Default

Ok well i set it out like this in a page and loaded it:

Code:
<?
ini_set('upload_max_filesize', '300M');
ini_set('post_max_size', '300M');

 ?>
But it dident do nothing.

Is this correct??
__________________
killer-kurt is offline  
Reply With Quote