I can post to a server using curl and get a xml reply back. I would like to put this infomration into an array or some other method to store it into a (mysql) database.
My problems is I cannot seem to read the data that is sent inorder to put it into an array. It must be simple to get this info, but I missed something.
I have read up on accessing a file, but the information is created dynamically, is this a parsing thing or what???
😕