Posted: Fri Sep 21, 2007 7:56 am
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 instead of
Not saying it'll solve it, just wondering.
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))Code: Select all
$something!==NULL