How can i read and pass the variables which are coming in through an xml file as an input to a php file ?
Scenario is my COM object pulls data from an application, i need to pass this information to a php script. How can i do this ? Can i use xml to pass this info to a php file which is called by initiating a web browser.
Any inputs will be really appreciated.