Quote:
Originally Posted by heywood
you could also do a string replace, I like them much better
$value = str_replace(" ", "", $value);
Pretty simple stuff.
As far as the php.ini changes, you do have to restart apache. There is also a browser limitation that you'll run into, as well as timeout issues, with files that large.
|
i am smashing my head against the wall with this one