Hi,
I have an if loop in a PHP File like this
if(!($totalcmprintingoperations["$currentsupplier"]["$currentpl"] > 0)
It works fine here but when used in a different PHP file which is used for webservice(this file involves xml building), it does not .
However when used like this
if($totalcmprintingoperations["$currentsupplier"]["$currentpl"] < 0)
IT works !!!!
Can anybody please tell me why ??????
Thanks a ton !
SRIVIDYA