I have some php files in a server which generate xml code in them.
I need to get this xml code from an Iphone app by sending some GET parameters to the files.
For instance http://myserver.com/myFile.php?param=xxxx and then get the xml generated in this file.
I have been researching a lot but couldn´t get any results yet.
Thanks a lot!