TrailOfDead
02-27-2008, 06:09 AM
Hey. Im kinda fresh in working with xml in php, and I need to send xml to some adress like this:
http://api.something.com/etc/etc/api.jsp?xmlstring=<?xml version='1.0' encoding='ISO-8859-1'?><!DOCTYPE Customer SYSTEM 'http://api.something.com/etc/etc/api.jsp?xmlstring'>(rest of the xml)
It looks like everything will be sendt in the url. How am I gonna send and retrieve data using php?
http://api.something.com/etc/etc/api.jsp?xmlstring=<?xml version='1.0' encoding='ISO-8859-1'?><!DOCTYPE Customer SYSTEM 'http://api.something.com/etc/etc/api.jsp?xmlstring'>(rest of the xml)
It looks like everything will be sendt in the url. How am I gonna send and retrieve data using php?