Other Comparison Operators

Kencana bluesky_dyx at hotmail.com
Tue Nov 7 21:36:58 EST 2006


Hi all,

I just want to ask is there any other comparison that '=,>,<,>=,etc.'
operators for the filter comparison?
because I might need to compare the filter in several value.just like when u
retrieve data from database you
can use "IN" operator to compare it with several value.

foreach ($nodes as $node )
    {
        if ($node->nodeValue == 'FEA_ID > 0')
        {
            $node->nodeValue = 'FEA_ID = 3466.000000';
        }
    }

I hope somebody can help me in this issue..thank you...

Regards,
Kencana
-- 
View this message in context: http://www.nabble.com/Other-Comparison-Operators-tf2592931.html#a7231761
Sent from the MapGuide Users mailing list archive at Nabble.com.





More information about the Mapguide-users mailing list