XML question

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
matthiasone
Forum Contributor
Posts: 117
Joined: Mon Jul 22, 2002 12:14 pm
Location: Texas, USA
Contact:

XML question

Post by matthiasone »

I need to send a XML request to USPS and receive a XML response. I am not really sure how to go about that. Will CURL work or XML Parser the way to go? I can't seem to find any articles on this anywhere.

:?:
User avatar
daven
Forum Contributor
Posts: 332
Joined: Tue Dec 17, 2002 1:29 pm
Location: Gaithersburg, MD
Contact:

Post by daven »

viewtopic.php?t=7148
Has code. Good code....Nice code.....mmm.....code.......

Note: All praise be to Stoker, king of sending XML to irritating gateways!
matthiasone
Forum Contributor
Posts: 117
Joined: Mon Jul 22, 2002 12:14 pm
Location: Texas, USA
Contact:

need more help

Post by matthiasone »

Daven
when I use the code you gave me with debug on, it tells me that a parameter is wrong, but I don't know which one.....they look right to me.

Any Ideas?
User avatar
daven
Forum Contributor
Posts: 332
Joined: Tue Dec 17, 2002 1:29 pm
Location: Gaithersburg, MD
Contact:

Post by daven »

I honestly do not know. I ran across that thread due to my habit of reading almost every thread on the forum. I have not actually tried the code out.

If you are having troubles, Stoker is your best bet, since he wrote the code.
Post Reply