I have a database that exports xmls only locally (to my computer). It will not export to a remote server.
I have a php file (located on remote server) that sends the xml to a webserivce. Can I have the remote php file use "file_get_contents" function to extract xml data from my local computer?
If so, what is the proper syntax? Thanks in advance.