I am using simplexml_load_file. I need to validate the information in the xml. How do I determine the value of $xml->Company->CompanyID is truly an integer when PHP considers this an object. Casting doesn’t work?
Any and all help is greatly appreciated.
Thanks.