On Fri, 2006-09-08 at 09:19 -0500, Larry Garfield wrote: > > Our development server is an IIS/PHP 4.3 environment. The live server is a > 4.0.6 box sitting behind a proxy server as well, which could be part of the > problem. The whole thing is a mess, I agree. :-) There are still boxes with PHP versions that low? Ugh :/ And it does help you're using IIS *hahah* ;) Anyways, one thing that used to get me occasionally that far back was trim( $var ) where $var was null. I was always able to fix those by doing trim( ''.$var ). Anyways, just a thought. Cheers, Rob. -- .------------------------------------------------------------. | InterJinn Application Framework - http://www.interjinn.com | :------------------------------------------------------------: | An application and templating framework for PHP. Boasting | | a powerful, scalable system for accessing system services | | such as forms, properties, sessions, and caches. InterJinn | | also provides an extremely flexible architecture for | | creating re-usable components quickly and easily. | `------------------------------------------------------------' -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php