Page 2 of 2

Posted: Fri Sep 21, 2007 7:56 am
by Stryks
You still working on this?

Did you try using trim on the values going in and coming out?

Also, any reason why you wouldn't use

Code: Select all

If(!isnull($something))
instead of

Code: Select all

$something!==NULL
Not saying it'll solve it, just wondering.