Doesn't work it just returns false. Please Some One HELP. I don't think this would take time.
Doesn't work it just returns false. Please Some One HELP. I don't think this would take time.
Ini_set() was what I was talking about. :-)
It should work fine.. I don't see why it wouldn't. The configuration option is in the list of options that you can edit with that function.. I checked quick.
Using ini_set('upload_max_filesize', 250) doesn't return the old value?!?!?! It should.. The server has 4.3.x installed, and the function is avaliable from PHP 4 up, so yea.. Also, I'm not sure if you need the "M" in there, so yea.. try without if with it doesn't work.
Also, I knowww you didn't call me an ass, I called myself one because I assumed something and made myself look stupid. Haha.
Last edited by Bryon; 12-27-2005 at 03:29 PM.
ini_set does not work on php 4.4.0 for some reaon (May be they edited some setting so I cannot change it)
But never the less I seem to smarter than you.
I just placed that on the .htaccess and every thing worked grate!Code:php_value upload_max_filesize 500M php_value post_max_size 800M
P.S. I don't think it affects subfolders
So your all taken care of?
Last edited by Bryon; 12-28-2005 at 11:20 AM.
So your all taken care of?
HAHA I edited your post by accident.. My bad..
Last edited by Bryon; 12-28-2005 at 11:25 AM.