Debt Consolidation - Accounting Warsaw - Acs Student Loans - Novated lease - Debt Consolidation

PDA

View Full Version : PHP XML HTTP Post


5speed
May 26th 2004, 2:40 am
Hello,
I am having troubles sending xml through an http post with php. Does anyone know of a good site that has examples on doing this?
Thanks in advanced.

nlopes
May 26th 2004, 7:59 am
what do you want to do?
Do you want to call a URL and POST a xml file?

Read the user notes at: http://www.php.net/manual/en/ref.http.php or let me know what you need specifically.

orokusaki
Sep 30th 2008, 12:37 am
CodeIgniter has an XML/RPC class built in that's made especially for that.

juust
Sep 30th 2008, 12:54 pm
Here's some nice resources

ajaxpatterns : XML_Message (http://ajaxpatterns.org/XML_Message)

building xml-rpc webservices (xml.com) (http://webservices.xml.com/pub/a/ws/2004/03/24/phpws.html)

Remote Control Wordpress through XMLRPC (tellinya) (http://www.tellinya.com/read/2007/10/02/174.html)

and a simple hands-on one :
nickycakes (http://www.nickycakes.com/post-to-wordpress-remotely-with-xmlrpc-in-php/) : post to wordpress remotely with xmlrpc in php

I just started a new blog on it over at wordpress (http://remoteserver.wordpress.com) but it needs some time to grow :)