Retrieving XML w/ cURL & Cimple Xperl
PHP 5 introduces SimpleXML and its a perfect name as parsing XML data is truly simple. In this tutorial we’ll be using curl to retrieve the XML data from a remote web server. We’re going to create a class to connect to the remote web server and pass POST data to the server and based on the POST…

