View Single Post
Old 08-10-2006, 08:43 PM  
heywood
So Fucking Banned
 
Join Date: Jun 2003
Location: Wilsonville, Oregon
Posts: 468
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.
heywood is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote