07-19-2011, 07:27 AM
[eluser]rupin[/eluser]
var_dump($appType); echoes the following
object(SimpleXMLElement)#19 (1) { [0]=> string(4) "Free" }
As suggested by Eric Barnes casting worked!
var_dump($appType); echoes the following
object(SimpleXMLElement)#19 (1) { [0]=> string(4) "Free" }
As suggested by Eric Barnes casting worked!