After painfully getting my code to work locally in PHP5, I now have to re-write it for PHP4 on the server.
Thanks for the help so far and I have made progress.
I am now stuck trying to get the response string into an XML object.
In PHP5, I used simplexml_load_string.
Can anyone please tell me what to use in PHP4?
I saw a similar thread, but the answer didnt give me enough info.
thanks in advance!
Kimberly