I read the useful document about XML in PHP on
http://www.analysisandsolutions.com/code/phpxml.html.  I still haven't made
much progress on XML.  I'm still confuse about XML.  I had to write XML
stuffs on the client-side with the build-in XML request and it doesn't make
sense that the client brower should be communicating to credit bureau
network without going to my company's PHP webserver to that credit bureau.
So, it meant I have to use the post request that would send the data to my
company's PHP webserver and somehow convert it into xml and send it to that
credit bureau by cURL.  Is there a way to do that??

Thanks,
 FletchSOD

P.S.  Is there a good XML / PHP manual for that?



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to