I've been trying to make a remote web interface to configure a VB.Net application on a server.

I thought about trying to have PHP write a XML file for me and in turn have vb.net read the xml file to set variables, also have php read the XML file and load variables. But I have limited PHP programming knowledge and all the searching, research and tutorials I've gone through, I still can't figure out how to do this properly.

Would there be any way to execute this?